From fd6d7a01bca4544f5674438b189ba5ec1bce98af Mon Sep 17 00:00:00 2001 From: root Date: Tue, 30 Oct 2007 23:54:38 +0000 Subject: implement select method --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') diff --git a/README b/README index 5895388..5440551 100644 --- a/README +++ b/README @@ -22,6 +22,9 @@ to be faster and more correct, and also more featureful. Examples: - 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) + - less calls to epoll_ctl (stopping and starting an io watcher between two loop iterations will now result in spuriois epoll_ctl calls) -- cgit v1.2.3