From: Eric Wong Date: 2011-05-05T07:26:15+09:00 Subject: [ruby-core:36006] [Ruby 1.9 - Feature #4647][Open] [PATCH] io/wait: add IO#wait_writable method Issue #4647 has been reported by Eric Wong. ---------------------------------------- Feature #4647: [PATCH] io/wait: add IO#wait_writable method http://redmine.ruby-lang.org/issues/4647 Author: Eric Wong Status: Open Priority: Low Assignee: Category: ext Target version: 1.9.x This is easier to use than IO.select for a single IO object and is immune to the limitations/innefficiency of select() on platforms where poll/ppoll is available. -- http://redmine.ruby-lang.org