module Sequencer: sig .. end
sig
end
type 'a t = ('a, [ `sequencer ]) Throttle.t_
'a
('a, [ `sequencer ]) Throttle.t_
val create : ?continue_on_error:bool -> 'a -> 'a t
?continue_on_error:bool -> 'a -> 'a t
val sexp_of_t : ('a -> Sexplib.Sexp.t) -> 'a t -> Sexplib.Sexp.t
('a -> Sexplib.Sexp.t) -> 'a t -> Sexplib.Sexp.t