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

Method onSuspend

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

* Supervises the suspension of a computation running within a `Fiber`.

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

Source from the content-addressed store, hash-verified

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

Callers 3

evaluateEffectMethod · 0.65
onSuspendMethod · 0.65
onSuspendMethod · 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