(evaluate: LazyArg<A>)
| 69 | |
| 70 | /** @internal */ |
| 71 | export const make = <A>(evaluate: LazyArg<A>): Effect.Effect<ScopedRef.ScopedRef<A>, never, Scope.Scope> => |
| 72 | fromAcquire(core.sync(evaluate)) |
| 73 | |
| 74 | /** @internal */ |
| 75 | export const set = dual< |
nothing calls this directly
no test coverage detected