class Async::Pool::Resource

def reusable?

Whether this resource can be reused. Used when releasing resources back into the pool.
def reusable?
	!@closed
end