class method
self.new
Ruby on Rails 7.2.3
Since v5.2.8.1Signature
self.new(event_loop)
No documentation comment.
Parameters
-
event_loopreq
Source
# File actioncable/lib/action_cable/subscription_adapter/async.rb, line 14
def initialize(event_loop)
@event_loop = event_loop
super()
end
Defined in actioncable/lib/action_cable/subscription_adapter/async.rb line 14
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::SubscriptionAdapter::Async::AsyncSubscriberMap