class Async::Wrapper

def close

Close the monitor.
def close
	@monitor.close if @monitor
	@monitor = nil
end