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

Function fiberInterruptChildren

packages/effect/src/internal/effect.ts:758–763  ·  view source on GitHub ↗
(fiber: FiberImpl)

Source from the content-addressed store, hash-verified

756}
757
758const fiberInterruptChildren = (fiber: FiberImpl) => {
759 if (fiber._children === undefined || fiber._children.size === 0) {
760 return undefined
761 }
762 return fiberInterruptAll(fiber._children)
763}
764
765/** @internal */
766export const fiberAwait = <A, E>(

Callers

nothing calls this directly

Calls 1

fiberInterruptAllFunction · 0.85

Tested by

no test coverage detected