From 02bba7d2200cb4225e50dba51d8bcc5cc6e6d677 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 10 Mar 2011 03:27:32 +0000 Subject: [PATCH] README: misc updates --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 4cfd24d..e26b2c6 100644 --- a/README +++ b/README @@ -8,15 +8,15 @@ timerfd, inotify, signalfd and epoll interfaces are provided. * Thread-safe blocking operations under both Ruby 1.8 and 1.9. -* Mostly working under Rubinius and Ruby 1.9 - * IO-like objects are backwards-compatible with IO.select. -* Epoll interface is fork-safe +* 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 +* Fully-documented and user-friendly API + == Install If you're using a packaged Ruby distribution, make sure you have a C -- 2.11.4.GIT