package containers-thread

  1. Overview
  2. Docs

Module CCPoolSource

Thread Pool, and Futures

Renamed and heavily updated from CCFuture.

  • since 0.16
Sourcetype +'a state =
  1. | Done of 'a
  2. | Waiting
  3. | Failed of exn
Sourcemodule type PARAM = sig ... end
Sourceexception Stopped
Sourcemodule Make (P : PARAM) : sig ... end
OCaml

Innovation. Community. Security.