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