class Async::Reactor

def scheduler_close

Close the reactor and remove it from the current Fiber scheduler.
def scheduler_close
	self.close
end