* Runs the given effect only after the latch allows waiting fibers to * continue. * * **When to use** * * Use to gate an effect behind the latch signal.
(self: Effect.Effect<A, E, R>)
| 113 | * Use to gate an effect behind the latch signal. |
| 114 | */ |
| 115 | whenOpen<A, E, R>(self: Effect.Effect<A, E, R>): Effect.Effect<A, E, R> |
| 116 | |
| 117 | /** |
| 118 | * Checks whether the latch is currently open or closed. |
no outgoing calls
no test coverage detected