package containers-thread

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

Install

Dune Dependency

Authors

Maintainers

Sources

v3.1.tar.gz
md5=18f35ec3794803f5a4f95254f313c764
sha512=090e33705ffb0f77f71f881f78b51d909778bf41afad32339acac21ddbd5f6947b4ebff754148331f9263a544a6000d7f7412d5758e1835fbe84490240b671de

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.