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

Function fiberInterruptFork

packages/effect/src/internal/fiberRuntime.ts:3485–3486  ·  view source on GitHub ↗
(self: Fiber.Fiber<A, E>)

Source from the content-addressed store, hash-verified

3483
3484/* @internal */
3485export const fiberInterruptFork = <A, E>(self: Fiber.Fiber<A, E>): Effect.Effect<void> =>
3486 core.asVoid(forkDaemon(core.interruptFiber(self)))
3487
3488/* @internal */
3489export const fiberJoinAll = <A, E>(fibers: Iterable<Fiber.Fiber<A, E>>): Effect.Effect<Array<A>, E> =>

Callers

nothing calls this directly

Calls 1

forkDaemonFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…