From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id E44181F466; Sat, 1 Feb 2020 21:44:39 +0000 (UTC) Date: Sat, 1 Feb 2020 21:44:39 +0000 From: Eric Wong To: sleepy-penguin@yhbt.net Subject: [ANN] sleepy_penguin 3.5.2 - Linux I/O events (and more) for Ruby Message-ID: <20200201214439.GA20719@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: sleepy_penguin provides access to newer, Linux-only system calls to wait on events from traditionally non-I/O sources. Bindings to the eventfd, timerfd, inotify, and epoll interfaces are provided. Experimental support for kqueue on FreeBSD (and likely OpenBSD/NetBSD) is also provided. * homepage: https://yhbt.net/sleepy_penguin/ * git clone https://yhbt.net/sleepy_penguin.git * Atom feed: https://yhbt.net/sleepy_penguin/NEWS.atom.xml * email us (plain-text only): sleepy-penguin@yhbt.net * mail archives: https://yhbt.net/sleepy-penguin/ nntp://news.public-inbox.org/inbox.comp.lang.ruby.sleepy-penguin https://yhbt.net/sleepy-penguin/new.atom Changes: sleepy_penguin 3.5.2 Documentation updates to switch bogomips.org to yhbt.net since the .org TLD won't be affordable in the near future. There's also a few warning fixes and such.