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

Method onResume

packages/effect/src/internal/supervisor.ts:116–119  ·  view source on GitHub ↗
(fiber: Fiber.RuntimeFiber<A, E>)

Source from the content-addressed store, hash-verified

114 }
115
116 onResume<A, E>(fiber: Fiber.RuntimeFiber<A, E>): void {
117 this.left.onResume(fiber)
118 this.right.onResume(fiber)
119 }
120
121 map<B>(f: (a: [T0, T1]) => B): Supervisor.Supervisor<B> {
122 return new ProxySupervisor(this, pipe(this.value, core.map(f)))

Callers

nothing calls this directly

Calls 1

onResumeMethod · 0.65

Tested by

no test coverage detected