class Async::Wrapper

def close

Close the underlying IO.
def close
	@io.close
end