remove_finalize_notifier
Description:
Removes a finalization notifier.
Notice that notifiers are automatically removed after they are run.
Parameters:
this |
a Closure |
notify_data |
data which was passed to add_finalize_notifier when
registering |
notify_func |
the callback function to remove |