* Supervises the start of a `Fiber`.
(
context: Context.Context<R>,
effect: Effect.Effect<A, E, R>,
parent: Option.Option<Fiber.RuntimeFiber<any, any>>,
fiber: Fiber.RuntimeFiber<A, E>
)
| 45 | * Supervises the start of a `Fiber`. |
| 46 | */ |
| 47 | onStart<A, E, R>( |
| 48 | context: Context.Context<R>, |
| 49 | effect: Effect.Effect<A, E, R>, |
| 50 | parent: Option.Option<Fiber.RuntimeFiber<any, any>>, |
no outgoing calls
no test coverage detected