instance method
stop_periodic_timers
Ruby on Rails edge
Since v5.0.7.2 Private — implementation detail, not part of the public APISignature
stop_periodic_timers()
No documentation comment.
Source
# File actioncable/lib/action_cable/channel/periodic_timers.rb, line 75
def stop_periodic_timers
active_periodic_timers.each { |timer| timer.shutdown }
active_periodic_timers.clear
end
Defined in actioncable/lib/action_cable/channel/periodic_timers.rb line 75
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Channel::PeriodicTimers