instance method event_loop

Ruby on Rails edge

Since edge

Signature

event_loop()

No documentation comment.

Source
# File actioncable/lib/action_cable/server/base.rb, line 107
      def event_loop
        @event_loop || @mutex.synchronize { @event_loop ||= StreamEventLoop.new }
      end

Defined in actioncable/lib/action_cable/server/base.rb line 107 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionCable::Server::ThreadedExecutor::Base

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close