123456789_123456789_123456789_123456789_123456789_

Class: ActionCable::SubscriptionAdapter::Async

Do not use. This class is for internal use only.
Relationships & Source Files
Namespace Children
Classes:
Extension / Inclusion / Inheritance Descendants
Subclasses:
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Inline, Base
Instance Chain:
self, Inline, Base
Inherits: ActionCable::SubscriptionAdapter::Inline
Defined in: actioncable/lib/action_cable/subscription_adapter/async.rb

Class Method Summary

Inline - Inherited

Base - Inherited

Instance Attribute Summary

Base - Inherited

Instance Method Summary

Constructor Details

This class inherits a constructor from ActionCable::SubscriptionAdapter::Inline

Instance Method Details

#new_subscriber_map (private)

[ GitHub ]

  
# File 'actioncable/lib/action_cable/subscription_adapter/async.rb', line 7

def new_subscriber_map
  AsyncSubscriberMap.new(server.event_loop)
end