package bistro

  1. Overview
  2. Docs

Lwt threads that accumulate errors

val return : 'a -> 'a t
val fail1 : Execution_trace.t -> 'a t
val both : 'a t -> 'b t -> ('a * 'b) t
val join2 : unit t -> unit t -> unit t
val join : 'a list -> f:('a -> unit t) -> unit t
val ignore : 'a t -> unit t
module Infix : sig ... end