MCPcopy Create free account
hub / github.com/Effect-TS/effect / onEnd

Method onEnd

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

Source from the content-addressed store, hash-verified

49 }
50
51 onEnd<A, E>(value: Exit.Exit<A, E>, fiber: Fiber.RuntimeFiber<A, E>): void {
52 this.underlying.onEnd(value, fiber)
53 }
54
55 onEffect<A, E>(fiber: Fiber.RuntimeFiber<A, E>, effect: Effect.Effect<any, any, any>): void {
56 this.underlying.onEffect(fiber, effect)

Callers

nothing calls this directly

Calls 1

onEndMethod · 0.65

Tested by

no test coverage detected