package irmin-pack

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

Module Args.AsyncSource

Sourcetype t
Sourcetype outcome = [
  1. | `Cancelled
  2. | `Failure of string
  3. | `Success
]
Sourceval outcome_t : outcome Irmin.Type.t
Sourcetype status = [
  1. | `Cancelled
  2. | `Failure of string
  3. | `Running
  4. | `Success
]
Sourceval status_t : status Irmin.Type.t
Sourceval async : (unit -> unit) -> t
Sourceval await : t -> [> outcome ] Lwt.t
Sourceval status : t -> [> status ]
Sourceval cancel : t -> bool
OCaml

Innovation. Community. Security.