package async_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type how = [
  1. | `Parallel
    (*

    like `Max_concurrent_jobs Int.max_value

    *)
  2. | `Sequential
    (*

    like `Max_concurrent_jobs 1

    *)
  3. | `Max_concurrent_jobs of int
]
val sexp_of_how : how -> Sexplib.Sexp.t
module type S = sig ... end
OCaml

Innovation. Community. Security.