Scope13
Constructors
Models
Combinators
addFinalizerconstRegisters a finalizer effect on a scope.addFinalizerExitconstRegisters an exit-aware finalizer on a scope.closeconstCloses a scope and runs its registered finalizers.forkconstCreates a closeable child scope registered with a parent scope.forkUnsafeconstCreates a closeable child scope synchronously and registers it with a parent scope.provideconstProvides a concrete Scope to an effect.useconstRuns an effect with the provided closeable scope in its context and closes that scope when the effect exits.