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