package mwt

  1. Overview
  2. Docs
Mediumweight thread library for OCaml via Lwt

Install

Dune Dependency

Authors

Maintainers

Sources

mwt-0.1.0.tbz
md5=a123174c4997366be6d00b4e55521f65

Description

Mwt is a modification of the Lwt_preemptive module from Lwt, allowing users to create and manage multiple independent preemptive thread pools.

Published: 24 Aug 2018

README

Mwt - Preemptive threads and thread pools for Lwt

Mwt allows a Lwt promise to hand off tasks to OCaml's preemptive threads.

Mwt is similar to Lwt_preemptive, but with user-managed pools of stateful threads. Each thread in a pool has a local state which persists for the life of the thread.

Dependencies (6)

  1. lwt_ppx
  2. lwt >= "2.7.0"
  3. dune
  4. base-unix
  5. base-threads
  6. ocaml >= "4.03.0"

Dev Dependencies

None

Used by

None

Conflicts

None