instance method
stop_periodic_timers
Ruby on Rails 7.0.10
Since v5.2.8.1 PrivateSignature
stop_periodic_timers()
No documentation comment.
Source
# 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
Defined in actioncable/lib/action_cable/channel/periodic_timers.rb line 72
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Channel::PeriodicTimers