You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
Medium weight threads - preemptive thread pools for Lwt