effect-io-ai

Package: effect
Module: Scope

Scope.close

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>

Source

Since v2.0.0