Adds a finalizer to the finalizers associated with this scope.
Adds a finalizer to the finalizers associated with this scope. If the finalizers associated with this scope have already been run this finalizer will be run immediately.
Removes the finalizers associated with this scope and returns them.
Replaces the finalizers associated with this scope and returns them.
Replaces the finalizers associated with this scope and returns them. If the finalizers associated with this scope have already been run this finalizer will be run immediately.
Runs the specified finalizer and removes it from the finalizers associated with this scope.
Runs the finalizers associated with this scope sequentially.
Runs the finalizers associated with this scope sequentially. After this any finalizers added to this scope will be run immediately.
Runs the finalizers associated with this scope in parallel.
Runs the finalizers associated with this scope in parallel. After this any finalizers added to this scope will be run immediately.
A
FinalizerRefdescribes the finalizers associated with a scope.