global

def acquire(...)

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