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.1.5
global
# each
def each(&block) if fiber = self.fiber yield fiber, self.events end self.tail&.each(&block) end