class Async::Task

def yield

Yield back to the reactor and allow other fibers to execute.
def yield
	Task.yield{reactor.yield}
end