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

Method onResume

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

Source from the content-addressed store, hash-verified

61 }
62
63 onResume<A, E>(fiber: Fiber.RuntimeFiber<A, E>): void {
64 this.underlying.onResume(fiber)
65 }
66
67 map<B>(f: (a: T) => B): Supervisor.Supervisor<B> {
68 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