Mirror of :pserver:anonymous@cvs.schmorp.de/schmorpforge libev http://software.schmorp.de/pkg/libev.html
Go to file
Marc Alexander Lehmann d6bac77fda *** empty log message *** 2007-10-30 21:42:13 +00:00
README initial roguh cut that doesn't immediately barf 2007-10-30 20:59:31 +00:00
ev.c *** empty log message *** 2007-10-30 21:42:13 +00:00
ev.h *** empty log message *** 2007-10-30 21:42:13 +00:00
ev_epoll.c initial roguh cut that doesn't immediately barf 2007-10-30 20:59:31 +00:00
ev_select.c initial roguh cut that doesn't immediately barf 2007-10-30 20:59:31 +00:00

README

libev is modelled after libevent (http://monkey.org/~provos/libevent/), but aims
to be faster and more correct, and also more featureful. Examples:

- multiple watchers can wait for the same event without deregistering others.
- fork() is supported and can be handled.
- timers are handled as a priority queue (faster)
- watchers use less memory (faster)
- less calls to epoll_ctl (faster)