Package: effect
Module: Scope
Adds a finalizer to this scope. The finalizer receives the Exit value
when the scope is closed, allowing it to perform different actions based
on the exit status.
See
addFinalizerSignature
declare const addFinalizerExit: (self: Scope, finalizer: Scope.Finalizer) => Effect.Effect<void>
Since v2.0.0