method
stop_periodic_timers
v5.0.0.1 -
Show latest stable
- Class:
ActionCable::Channel::PeriodicTimers
stop_periodic_timers()private
No documentation available.
# File actioncable/lib/action_cable/channel/periodic_timers.rb, line 71
def stop_periodic_timers
active_periodic_timers.each { |timer| timer.shutdown }
active_periodic_timers.clear
end