view R/scratch/lib_life_cycle.R @ 56:16151547265e

made callback example python 2 compatible, and added some randomness to numbers to sort
author Tassilo Philipp
date Tue, 02 Feb 2021 21:07:41 +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.