class Async::Wrapper

def close

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