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

Method onResume

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

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

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

Source from the content-addressed store, hash-verified

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

Callers 3

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