# File lib/new_relic/agent/instrumentation/evented_subscriber.rb, line 58 def event_stack Thread.current[@queue_key] ||= Hash.new {|h,id| h[id] = [] } end