c-cube / moonpool

Commodity thread pools and concurrency primitives for OCaml 5
https://c-cube.github.io/moonpool/
54 stars 4 forks source link

moonpool-lwt, for interop with lwt #22

Closed c-cube closed 8 months ago

c-cube commented 9 months ago

This new library, moonpool-lwt, provides experimental support for interop between moonpool and _ Lwt.t. Tasks running in moonpool can await lwt futures; they can also perform non blocking IOs on Unix file descriptors, and sleep.