package containers-thread

  1. Overview
  2. Docs
An extension of containers for threading

Install

Dune Dependency

Authors

Maintainers

Sources

v3.0.tar.gz
md5=00ba20a8c8824991cab96aff8f8e5a3c
sha512=4126045d58b9408eecaaad005c334081ade151f291dafc32ce9a33e8f796d41f72df62b617528f272996f3c93cb9b4293545ab86ac416288960f5a2b60b41932

doc/containers-thread/CCPool/index.html

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.