method
new
v7.0.0 -
Show latest stable
- Class:
ActionCable::Connection::StreamEventLoop
new()public
No documentation available.
# 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