Module Throttle.Sequencer

module Sequencer: sig .. end
A sequencer is a throttle that is specialized to only allow one job at a time and to, by default, not continue on error.

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

default is false