You can search for identifiers within the package.
in-package search v0.2.0
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