Skip to content
Prev 49217 / 63424 Next

proper use of reg.finalizer to close connections

yup... for context, the finalizer code calls functions from packages
that are imported by my package.
so, i think (unless something else has gone seriously wrong), those
imported namespaces should still be available prior to my package's
unloading.
(and if imported namespaces are detached prior to the dependent
package's unloading, well, then, perhaps i'll just re-write all of
this in <insert your favorite other language here>.)

thanks again!

-m
On Mon, Oct 27, 2014 at 11:27 AM, Henrik Bengtsson <hb at biostat.ucsf.edu> wrote: