package brr

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.