method

stop_periodic_timers

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