ProcessFinalization
Functions
Link copied to clipboard
This function registers a callback to be called when the process emits the exit event if the ref object was not garbage collected. If the object ref was garbage collected before the exit event is emitted, the callback will be removed from the finalization registry, and it will not be called on process exit.
Link copied to clipboard
Link copied to clipboard
This function remove the register of the object from the finalization registry, so the callback will not be called anymore.