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