class Async::Task

def yield

Yield back to the reactor and allow other fibers to execute.
def yield
	self.sleep(0)
end