+Homepage: http://software.schmorp.de/pkg/libev
+E-Mail: libev@schmorp.de
+
libev is a high-performance event loop/event model with lots of features.
It is modelled (very losely) after libevent
- a event.h compatibility header exists, and can be used to run a wide
range of libevent programs unchanged (such as evdns.c).
-whats missing?
+- win32 compatibility for the core parts.
-- evbuffer, evhttp, bufferevent are missing.
+- the event core library (ev and event layer) compiles and works both as
+ C and C++.
-- no priority support at the moment (but likely to be delivered later).
+whats missing?
-- kqueue, poll (libev currently implements epoll and select).
+- no event-like priority support at the moment (the ev priorities
+ are not yet finished and work differently, but you can use idle watchers
+ to get a similar effect).
-- windows support (whats windows?).
+AUTHOR
+libev was written and designed by Marc Lehmann and Emanuele Giaquinta.