Module Maki.Limit

module Limit: sig .. end

type t 
val create : int -> t
val acquire : t -> (unit -> 'a Lwt.t) -> 'a Lwt.t
val j : unit -> t
Default limiter for concurrency, should be set by CLI options
val set_j : int -> unit
Should be called at the beginning to set the value of j.
Raises Failure if j is already evaluated