* Supervises the suspension of a computation running within a `Fiber`.
(fiber: Fiber.RuntimeFiber<A, E>)
| 65 | * Supervises the suspension of a computation running within a `Fiber`. |
| 66 | */ |
| 67 | onSuspend<A, E>(fiber: Fiber.RuntimeFiber<A, E>): void |
| 68 | |
| 69 | /** |
| 70 | * Supervises the resumption of a computation running within a `Fiber`. |
no outgoing calls
no test coverage detected