class Async::Wrapper

def close

Close the io and monitor.
def close
	@monitor.close if @monitor
	
	@io.close
end