class method self.new

Ruby on Rails edge

Since edge

Signature

self.new()

No documentation comment.

Source
# File actioncable/lib/action_cable/server/stream_event_loop.rb, line 10
      def initialize
        @nio = @thread = nil
        @map = {}
        @stopping = false
        @todo = Queue.new

        @spawn_mutex = Mutex.new
      end

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

Defined in ActionCable::Server::StreamEventLoop

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