class IO::Event::Debug::Selector

def yield

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