effect-io-ai

Package: effect
Module: Cause

Cause.InterruptedExceptionTypeId

A unique symbol identifying the InterruptedException type.

Details

This provides a symbol that identifies an InterruptedException. This is typically used internally to recognize when a fiber has been interrupted, helping the framework handle interruption logic correctly.

See

Signature

declare const InterruptedExceptionTypeId: unique symbol

Source

Since v2.0.0