* Supervises the end of a `Fiber`.
(value: Exit.Exit<A, E>, fiber: Fiber.RuntimeFiber<A, E>)
| 55 | * Supervises the end of a `Fiber`. |
| 56 | */ |
| 57 | onEnd<A, E>(value: Exit.Exit<A, E>, fiber: Fiber.RuntimeFiber<A, E>): void |
| 58 | |
| 59 | /** |
| 60 | * Supervises the execution of an `Effect` by a `Fiber`. |
no outgoing calls
no test coverage detected