From: Eric Wong Date: 2011-05-05T07:25:50+09:00 Subject: [ruby-core:36005] [Ruby 1.9 - Feature #4646][Open] [PATCH] io/wait: add IO#wait_writable method Issue #4646 has been reported by Eric Wong. ---------------------------------------- Feature #4646: [PATCH] io/wait: add IO#wait_writable method http://redmine.ruby-lang.org/issues/4646 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