Module Bistro_engine.Lwt_queue

type 'a t
val create : unit -> 'a t
val push : 'a t -> 'a -> unit
val pop : 'a t -> 'a Lwt.t