module IO::Event
module IO::Event::Debug
module IO::Event::Selector
class IO::Event::Debug::Selector
class IO::Event::Interrupt
class IO::Event::Selector::Select
io-event
1.0.3
global
# each
def each(&block) if fiber = self.fiber yield fiber, self.events end self.tail&.each(&block) end