summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorroot <root>2007-10-30 23:54:38 +0000
committerroot <root>2007-10-30 23:54:38 +0000
commitfd6d7a01bca4544f5674438b189ba5ec1bce98af (patch)
treea19f0b0a81342ba36185394812a862d9c9a9f791 /README
parenta29fb691be0c199fb643de22a7969a410c3b1e31 (diff)
implement select method
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
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)