* Forks a new child scope with the specified execution strategy. The child scope * will automatically be closed when this scope is closed. * * @internal
(strategy: ExecutionStrategy.ExecutionStrategy)
| 61 | * @internal |
| 62 | */ |
| 63 | fork(strategy: ExecutionStrategy.ExecutionStrategy): Effect.Effect<Scope.Closeable> |
| 64 | /** |
| 65 | * Adds a finalizer to this scope. The finalizer will be run when the scope is closed. |
| 66 | * |
no outgoing calls