Previous: finalize, Up: Finalizers
The cancel-finalization
function cancels all of object's
finalizers, if any.
For example: use this when you want to free a wrapper object's resources immediately in order to avoid a double free when the finalizer is invoked (see the example for finalize).