class ActiveSupport::Notifications::Fanout::Handle

def start

def start
  ensure_state! :initialized
  @state = :started
  iterate_guarding_exceptions(@groups) do |group|
    group.start(@name, @id, @payload)
  end
end