Package: effect
Module: Scope
Closes this scope with the specified exit value, running all finalizers that have been added to the scope.
Signature
declare const close: (self: CloseableScope, exit: Exit.Exit<unknown, unknown>) => Effect.Effect<void>
Since v2.0.0