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