package current

  1. Overview
  2. Docs

Resource pools, to control how many jobs can use a resource at a time.

type t
val create : label:string -> int -> t

create ~label n is a pool with n resources.

  • parameter label

    Used for metric reporting and logging.

OCaml

Innovation. Community. Security.