class ActiveSupport::Notifications::Fanout

def finish(name, id, payload, listeners = nil)

def finish(name, id, payload, listeners = nil)
  handle_stack = IsolatedExecutionState[:_fanout_handle_stack]
  handle = handle_stack.pop
  handle.finish_with_values(name, id, payload)
end