global
def retire(...)
def retire(...) attributes = { size: @resources.size, } attributes.merge!(@tags) if @tags Traces.trace("async.pool.retire", attributes: attributes) {super} end
def retire(...) attributes = { size: @resources.size, } attributes.merge!(@tags) if @tags Traces.trace("async.pool.retire", attributes: attributes) {super} end