class Async::Scheduler

def yield

Yield the current fiber and resume it on the next iteration of the event loop.
def yield
	@selector.yield
end