uwt.ext
Uwt_throttle.Make
uwt.async
uwt.base
uwt.compat
uwt.preemptive
uwt.sync
module H : Hashtbl.HashedType
type key = H.t
type t
val create : rate:int -> max:int -> n:int -> t
maximum number of connections per second
maximum waiting time (in seconds)
initial size of the hash table
val wait : t -> key -> bool Lwt.t
false if maximum reached, true else
false
true