package current

  1. Overview
  2. Docs
type t

A pool of resources, to control how many jobs can use a resource at a time.

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.