method
event_loop_class
rails latest stable - Class:
ActionCable::Server::Configuration
event_loop_class()public
No documentation available.
# File actioncable/lib/action_cable/server/configuration.rb, line 39
def event_loop_class
if use_faye
ActionCable::Connection::FayeEventLoop
else
ActionCable::Connection::StreamEventLoop
end
end