method

start_periodic_timers

start_periodic_timers()
private

No documentation available.

# File actioncable/lib/action_cable/channel/periodic_timers.rb, line 60
        def start_periodic_timers
          self.class.periodic_timers.each do |callback, options|
            active_periodic_timers << start_periodic_timer(callback, every: options.fetch(:every))
          end
        end