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

Function interruptAll

packages/effect/src/internal/fiber.ts:127–128  ·  view source on GitHub ↗
(fibers: Iterable<Fiber.Fiber<any, any>>)

Source from the content-addressed store, hash-verified

125
126/** @internal */
127export const interruptAll = (fibers: Iterable<Fiber.Fiber<any, any>>): Effect.Effect<void> =>
128 core.flatMap(core.fiberId, (fiberId) => pipe(fibers, interruptAllAs(fiberId)))
129
130/** @internal */
131export const interruptAllAs = dual<

Callers

nothing calls this directly

Calls 1

pipeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…