about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-04-13 09:21:00 +0000
committerEric Wong <normalperson@yhbt.net>2013-04-13 09:21:00 +0000
commit14141d20e359cc038424fc3d04151df6d5f9de2e (patch)
tree4a767db2e6d932a32d74b88926d15431c5c5a2d2
parent0337144dc569a8795e562cac4d6071e29c1526ac (diff)
downloadsleepy_penguin-14141d20e359cc038424fc3d04151df6d5f9de2e.tar.gz
Ruby 2.0 is out and we're compatible.  Also, we've always
supported EPOLLONESHOT, promote it.
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 2685707..551ce8e 100644
--- a/README
+++ b/README
@@ -6,14 +6,15 @@ timerfd, inotify, and epoll interfaces are provided.
 
 == Features
 
-* Thread-safe blocking operations under both Ruby 1.8 and 1.9.
+* Thread-safe blocking operations for all versions of Ruby
 
 * IO-like objects are backwards-compatible with IO.select.
 
 * Epoll interface is fork-safe and GC-safe
 
-* Unlike portable event frameworks, the Linux-only Epoll interface
-  allows using edge-triggered I/O for possibly improved performance
+* Unlike portable event frameworks, the Linux-only epoll interfaces
+  allow using edge-triggered or one-shot notifications for possibly
+  improved performance
 
 * Fully-documented and user-friendly API