Module Async_kernel__.Throttle.Sequencer

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 ]) T2.t
include sig ... end
val sexp_of_t : ('a ‑> Sexplib.Sexp.t) ‑> 'a t ‑> Sexplib.Sexp.t
val create : ?continue_on_error:bool ‑> 'a ‑> 'a t