* Supervises the resumption of a computation running within a `Fiber`.
(fiber: Fiber.RuntimeFiber<A, E>)
| 70 | * Supervises the resumption of a computation running within a `Fiber`. |
| 71 | */ |
| 72 | onResume<A, E>(fiber: Fiber.RuntimeFiber<A, E>): void |
| 73 | |
| 74 | /** |
| 75 | * Maps this supervisor to another one, which has the same effect, but whose |
no outgoing calls
no test coverage detected