class ActiveSupport::Notifications::Fanout

def initialize

def initialize
  @subscribers = []
  @listeners_for = Concurrent::Map.new
  super
end