class IO::Event::Selector::Select

def transfer

Transfer from the current fiber to the event loop.
def transfer
	@loop.transfer
end