/lwt-equeue

Run Lwt code on top of Ocamlnet's Equeue

Primary LanguageOCaml

Lwt-equeue implements the Lwt select loop in terms of Ocamlnet's Equeue/Unixqueue.

For a quick start:

  1. make
  2. make install
  3. make examples

Lwt-equeue is written by Jake Donham.