class Async::Wrapper

def closed?

Whether the underlying IO is closed.
def closed?
	@io.closed?
end