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

Method onEnd

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

* Supervises the end of a `Fiber`.

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

Source from the content-addressed store, hash-verified

55 * Supervises the end of a `Fiber`.
56 */
57 onEnd<A, E>(value: Exit.Exit<A, E>, fiber: Fiber.RuntimeFiber<A, E>): void
58
59 /**
60 * Supervises the execution of an `Effect` by a `Fiber`.

Callers 5

lifecycle.test.tsFile · 0.65
unsafeMakeChildFiberFunction · 0.65
onEndMethod · 0.65
onEndMethod · 0.65
runtime.tsFile · 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