method
new_subscriber_map
rails latest stable - Class:
ActionCable::SubscriptionAdapter::Async
new_subscriber_map()private
No documentation available.
# File actioncable/lib/action_cable/subscription_adapter/async.rb, line 7
def new_subscriber_map
AsyncSubscriberMap.new(server.event_loop)
end