package async_kernel

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async_kernel-v0.15.0.tar.gz
sha256=30753e014bb0b127ee59f10b1073b8ae476468fb2f07dc8c99dbe2ef312fc696

doc/async_kernel/Async_kernel/Throttle/Sequencer/index.html

Module Throttle.SequencerSource

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

Sourcetype 'a t = ('a, [ `sequencer ]) T2.t
Sourceval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
Sourceval create : ?continue_on_error:bool -> 'a -> 'a t
OCaml

Innovation. Community. Security.