* Supervises the execution of an `Effect` by a `Fiber`.
(fiber: Fiber.RuntimeFiber<A, E>, effect: Effect.Effect<any, any, any>)
| 60 | * Supervises the execution of an `Effect` by a `Fiber`. |
| 61 | */ |
| 62 | onEffect<A, E>(fiber: Fiber.RuntimeFiber<A, E>, effect: Effect.Effect<any, any, any>): void |
| 63 | |
| 64 | /** |
| 65 | * Supervises the suspension of a computation running within a `Fiber`. |
no outgoing calls
no test coverage detected