Up

Module Monad_sequence

Signature

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