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

Method onSuspend

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

Source from the content-addressed store, hash-verified

57 }
58
59 onSuspend<A, E>(fiber: Fiber.RuntimeFiber<A, E>): void {
60 this.underlying.onSuspend(fiber)
61 }
62
63 onResume<A, E>(fiber: Fiber.RuntimeFiber<A, E>): void {
64 this.underlying.onResume(fiber)

Callers

nothing calls this directly

Calls 1

onSuspendMethod · 0.65

Tested by

no test coverage detected