class Async::Scheduler

def transfer

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