Module Abort.SignalSource

Abort signals.

Sourcetype t

The type for AbortSignal objects.

Sourceval as_target : t -> Ev.target

as_target s is the signal as an event target.

Sourceval aborted : t -> bool

aborted s is true if s has signaled to abort.

Sourceval abort : Ev.void

abort is the type for abort events.