From: "mame (Yusuke Endoh)" Date: 2012-11-20T21:38:45+09:00 Subject: [ruby-core:49712] [ruby-trunk - Feature #4646] [PATCH] io/wait: add IO#wait_writable method Issue #4646 has been updated by mame (Yusuke Endoh). Target version changed from 2.0.0 to next minor ---------------------------------------- Feature #4646: [PATCH] io/wait: add IO#wait_writable method https://bugs.ruby-lang.org/issues/4646#change-33239 Author: normalperson (Eric Wong) Status: Assigned Priority: Low Assignee: nobu (Nobuyoshi Nakada) Category: ext Target version: next minor 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://bugs.ruby-lang.org/