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

README.md.html

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.