view R/scratch/lib_life_cycle.R @ 34:2682a627168c

- breaking changes: * restrict 'Z' conversions to immutable types * restrict 'p' to mutable types (and handles)
author Tassilo Philipp
date Sun, 12 Apr 2020 19:37:37 +0200
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.