Module Async_kernel__.Monad_sequence

type how = [
| `Parallel
| `Sequential
| `Max_concurrent_jobs of int
]
val sexp_of_how : how ‑> Sexplib.Sexp.t
module type S : sig ... end