global

def drain(...)

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