From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS47066 71.19.144.0/20 X-Spam-Status: No, score=-1.9 required=3.0 tests=AWL,BAYES_00 shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: normalperson@yhbt.net Received: from zedshaw2.xen.prgmr.com (zedshaw2.xen.prgmr.com [71.19.156.177]) by dcvr.yhbt.net (Postfix) with ESMTP id 1E8B11F6BD for ; Sat, 13 Apr 2013 19:54:44 +0000 (UTC) Received: from zedshaw2.xen.prgmr.com (unknown [IPv6:::1]) by zedshaw2.xen.prgmr.com (Postfix) with ESMTP id 3843F73DF3 for ; Sat, 13 Apr 2013 19:55:26 +0000 (UTC) MIME-Version: 1.0 Date: Sat, 13 Apr 2013 19:54:22 +0000 From: Eric Wong List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Message-Id: <1365882864-13256-2-git-send-email-normalperson@yhbt.net> Precedence: list References: <1365882864-13256-1-git-send-email-normalperson@yhbt.net> Sender: sleepy.penguin@librelist.org Subject: [sleepy.penguin] [PATCH 1/3] README: update description To: sleepy.penguin@librelist.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Ruby 2.0 is out and we're compatible. Also, we've always supported EPOLLONESHOT, promote it. --- README | 7 ++++--- 1 file 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 -- 1.8.2.1.367.gc875ca7