Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 378 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 378 Bytes

Mwt - Preemptive threads and thread pools for Lwt

CI checks

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.