class method
self.new
Ruby on Rails 5.0.7.2
Since v5.0.7.2 Last seen in v8.1.3.1Signature
self.new()
No documentation comment.
Source
# File actioncable/lib/action_cable/server/base.rb, line 20
def initialize
@mutex = Monitor.new
@remote_connections = @event_loop = @worker_pool = @pubsub = nil
end
Defined in actioncable/lib/action_cable/server/base.rb line 20
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Server::Base