Module Uq_libevent

module Uq_libevent: sig .. end

Use Libevent as event loop


This gives (experimental) support for using libevent as event loop. To do so, you also need Maas-Maarten Zeeman's bindings for libevent, ocaml-event. (N.B. The current name, changed several times, is now liboevent.)

Restrictions:

module type LIBOEVENT = sig .. end
module type POLLSET = sig .. end
module Make: 
functor (L : LIBOEVENT) -> POLLSET

Instantiate this module.