MCPcopy
hub / github.com/Effect-TS/effect / fiberInterruptChildren

Function fiberInterruptChildren

packages/effect/src/Micro.ts:598–603  ·  view source on GitHub ↗
(fiber: MicroFiberImpl)

Source from the content-addressed store, hash-verified

596}))
597
598const fiberInterruptChildren = (fiber: MicroFiberImpl) => {
599 if (fiber._children === undefined || fiber._children.size === 0) {
600 return undefined
601 }
602 return fiberInterruptAll(fiber._children)
603}
604
605/**
606 * @since 3.11.0

Callers

nothing calls this directly

Calls 1

fiberInterruptAllFunction · 0.85

Tested by

no test coverage detected