package inquire

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

Module Concurrent.ThreadSource

Sourcetype 'a t = 'a Lwt.t
Sourceval bind : 'a t -> ('a -> 'b t) -> 'b t
Sourceval return : 'a -> 'a t
Sourceval both : 'a t -> 'b t -> ('a * 'b) t
Sourceval join : unit t list -> unit t
Sourceval pick : 'a t list -> 'a t
Sourceval choose : 'a t list -> 'a t
Sourceval async : (unit -> unit t) -> unit
Sourceval cancel : 'a t -> unit
Sourceval sleep : float -> unit t
Sourceval run : 'a t -> 'a
OCaml

Innovation. Community. Security.