package containers-thread

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

Install

Dune Dependency

Authors

Maintainers

Sources

v3.8.tar.gz
md5=f1c717c9a1015e81253f226ae594f547
sha512=7640b6af5a61e53e52eac51f237a06c5c21597374481af218cf0601c2b9059b96254058b92adb73ce20b1dece4ccaffb99d1b29b235c4dc954619738d8d0de40

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.