Uses of Package
jnr.ffi.util.ref
Packages that use jnr.ffi.util.ref
-
Classes in jnr.ffi.util.ref used by jnr.ffi.provider.jffiClassDescriptionPhantom reference with a
finalizeReferent()
method which a background thread invokes after the garbage collector reclaims the referent.Implemented by references that have code to run after garbage collection of their referents.A reference queue with an associated background thread that dequeues references and invokesFinalizableReference.finalizeReferent()
on them.Weak reference with afinalizeReferent()
method which a background thread invokes after the garbage collector reclaims the referent. -
Classes in jnr.ffi.util.ref used by jnr.ffi.util.refClassDescriptionImplemented by references that have code to run after garbage collection of their referents.A reference queue with an associated background thread that dequeues references and invokes
FinalizableReference.finalizeReferent()
on them.Loads Finalizer.class.