class Async::Pool::Resource

def close

Close the resource explicitly, e.g. the pool is being closed.
def close
	@closed = true
end