X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/736c339cd39bb22dacbf56274203876871f63196..305af5e87583383e4059c39dfa146621c5ec8be9:/README?ds=inline diff --git a/README b/README index 4c58623..e1963fd 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -libev is a high-performanc3 event loop/event model with lots of features. +libev is a high-performance event loop/event model with lots of features. It is modelled (very losely) after libevent (http://monkey.org/~provos/libevent/) and the Event perl module, but aims @@ -28,9 +28,6 @@ at http://libev.schmorp.de/bench.html). - detects time jumps and adjusts timers (works for both forward and backward time jumps and also for absolute timers). -- can correctly remove timers while executing callbacks - (libevent doesn't handle this reliably and can crash). - - race-free signal processing (libevent may delay processing signals till after the next event).