package fuseau

  1. Overview
  2. Docs

Module Fuseau.Cancel_handleSource

Cancelation handle.

Sourcetype t = {
  1. cancel : unit -> unit;
}

A handle to cancel atomic actions (waiting on something)

Sourceval cancel : t -> unit
Sourceval make : cancel:(unit -> unit) -> unit -> t
Sourceval dummy : t
OCaml

Innovation. Community. Security.