instance method
event_loop
Ruby on Rails 8.0.4
Since v5.2.8.1Signature
event_loop()
No documentation comment.
Source
# File actioncable/lib/action_cable/server/base.rb, line 71
def event_loop
@event_loop || @mutex.synchronize { @event_loop ||= ActionCable::Connection::StreamEventLoop.new }
end
Defined in actioncable/lib/action_cable/server/base.rb line 71
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Server::Base