src code

constructor new PeriodicalExecuter

new PeriodicalExecuter(callback, frequency)
  • callback (Function) – the function to be executed at each interval.
  • frequency (Number) – the amount of time, in sections, to wait in between callbacks.

Creates an PeriodicalExecuter.