class IO::Event::Debug::Selector

def yield

Yield to the selector.
def yield
	log("Yielding to event loop")
	@selector.yield
end