package async_kernel

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

Module Use.DeferredSource

Sourcetype nonrec 'a t = 'a Async_kernel.Deferred.t
include Async_kernel.Invariant.S1 with type 'a t := 'a t
Sourceval invariant : 'a Base__Invariant_intf.inv -> 'a t Base__Invariant_intf.inv
include Core.Monad with type 'a t := 'a t
val (>>=) : 'a t -> ('a -> 'b t) -> 'b t
val (>>|) : 'a t -> ('a -> 'b) -> 'b t
module Monad_infix : sig ... end
val bind : 'a t -> f:('a -> 'b t) -> 'b t
val return : 'a -> 'a t
val map : 'a t -> f:('a -> 'b) -> 'b t
val join : 'a t t -> 'a t
Sourceval ignore_m : 'a t -> unit t
val all : 'a t list -> 'a list t
Sourceval all_unit : unit t list -> unit t
module Let_syntax : sig ... end
Sourcemodule Infix : sig ... end
Sourceval any : 'a t list -> 'a t
Sourceval any_unit : unit t list -> unit t
Sourceval both : 'a t -> 'b t -> ('a * 'b) t
Sourceval create : ('a Async_kernel.Ivar.t -> unit) -> 'a t
Sourceval don't_wait_for : unit t -> unit
Sourceval is_determined : 'a t -> bool
Sourceval never : unit -> _ t
Sourceval ok : 'a t -> ('a, _) Core.Result.t t
Sourceval peek : 'a t -> 'a option
Sourceval unit : unit t
Sourceval upon : 'a t -> ('a -> unit) -> unit
Sourceval value_exn : 'a t -> 'a
Sourceval repeat_until_finished : 'state -> ('state -> [ `Repeat of 'state | `Finished of 'result ] t) -> 'result t
Sourcemodule List : Async_kernel.Monad_sequence.S with type 'a monad := 'a t with type 'a t := 'a list
Sourcemodule Or_error : sig ... end
Sourcemodule Result : sig ... end
OCaml

Innovation. Community. Security.