mwt
Mediumweight thread library for OCaml via Lwt
README
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.
Install
- Authors
-
- Maintainers
-
Sources
Dependencies
Reverse Dependencies