class ActionCable::SubscriptionAdapter::Async

:nodoc:

def new_subscriber_map

def new_subscriber_map
  AsyncSubscriberMap.new(server.event_loop)
end