view R/scratch/lib_life_cycle.R @ 5:bf5625bb6f05

- brought python binding up to dc v0.9
author cslag
date Tue, 22 Mar 2016 01:49:34 +0100
parents 0cfcc391201f
children
line wrap: on
line source

# manage by auto-reference?

# package foo uses dynport bar
#
# 1. dynport bar loaded - loads bar shared library
# 2. package foo uses bar
# 3. copy function from dynport
# 3. detach dynport bar
# 4.