package mwt

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.

OCaml

Innovation. Community. Security.