module Lwt_throttle:sig
..end
wait
function will
collaboratively hang for a delay necessary to respect the
limit. If that delay exceeds the maximum waiting time, wait
returns false
; otherwise it returns true
.module type S =sig
..end
module Make: