class method
self.new
Ruby on Rails 6.0.6
Since v5.2.8.1Signature
self.new()
No documentation comment.
Source
# File actioncable/lib/action_cable/connection/stream_event_loop.rb, line 9
def initialize
@nio = @executor = @thread = nil
@map = {}
@stopping = false
@todo = Queue.new
@spawn_mutex = Mutex.new
end
Defined in actioncable/lib/action_cable/connection/stream_event_loop.rb line 9
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Connection::StreamEventLoop