module IO::Event
module IO::Event::Debug
module IO::Event::Selector
module IO::Event::Support
class IO
class IO::Event::Debug::Selector
class IO::Event::Interrupt
class IO::Event::Selector::Select
io-event
1.3.0
:: nonblock
def self.nonblock(io, &block) io.nonblock(&block) rescue Errno::EBADF # Windows. yield end