( strategy: ExecutionStrategy.ExecutionStrategy = executionStrategy.sequential )
| 3314 | |
| 3315 | /* @internal */ |
| 3316 | export const scopeMake = ( |
| 3317 | strategy: ExecutionStrategy.ExecutionStrategy = executionStrategy.sequential |
| 3318 | ): Effect.Effect<Scope.Scope.Closeable> => core.sync(() => scopeUnsafeMake(strategy)) |
| 3319 | |
| 3320 | /* @internal */ |
| 3321 | export const scopeExtend = dual< |
no test coverage detected