Module Lwt_pqueue


module Lwt_pqueue: sig .. end

exception Timeout
module type OrderedType = sig .. end
module type S = sig .. end
module Make: 
functor (Ord : OrderedType) -> S with type elt = Ord.t