Package: effect
Module: Scope
Forks a new child scope with the specified execution strategy. The child scope will automatically be closed when this scope is closed.
Signature
declare const fork: (self: Scope, strategy: ExecutionStrategy.ExecutionStrategy) => Effect.Effect<CloseableScope>
Since v2.0.0