MCPcopy Index your code
hub / github.com/Effect-TS/effect / onEffect

Method onEffect

packages/effect/src/Supervisor.ts:62–62  ·  view source on GitHub ↗

* Supervises the execution of an `Effect` by a `Fiber`.

(fiber: Fiber.RuntimeFiber<A, E>, effect: Effect.Effect<any, any, any>)

Source from the content-addressed store, hash-verified

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`.

Callers 4

runLoopMethod · 0.65
onEffectMethod · 0.65
onEffectMethod · 0.65
readFunction · 0.65

Implementers 5

ProxySupervisorpackages/effect/src/internal/superviso
Zippackages/effect/src/internal/superviso
Trackpackages/effect/src/internal/superviso
Constpackages/effect/src/internal/superviso
FibersInpackages/effect/src/internal/superviso

Calls

no outgoing calls

Tested by

no test coverage detected