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

Method interruptCase

packages/effect/src/Cause.ts:300–300  ·  view source on GitHub ↗
(context: C, fiberId: FiberId.FiberId)

Source from the content-addressed store, hash-verified

298 failCase(context: C, error: E): Z
299 dieCase(context: C, defect: unknown): Z
300 interruptCase(context: C, fiberId: FiberId.FiberId): Z
301 sequentialCase(context: C, left: Z, right: Z): Z
302 parallelCase(context: C, left: Z, right: Z): Z
303}

Callers 1

cause.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected