package amqp-client-lwt

  1. Overview
  2. Docs
type 'a t = 'a Lwt.t
val all_unit : unit t list -> unit t
val try_with : (unit -> 'a t) -> [> `Error of exn | `Ok of 'a ] t
module List : sig ... end