Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 268 Bytes

README.markdown

File metadata and controls

12 lines (9 loc) · 268 Bytes

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.