utils/timer

Classes

Timer

Methods

(static) cancelTimer()

Source:

Cancels the timer for the given timer handle. Returns the new timer handle.

(static) createTimer()

Source:

Initialize a timer from a given callback. Returns the timer handle.

(static) destroyTimer()

Source:

Stops the timer for the given timer handle. Returns the new timer handle.

(static) startTimer()

Source:

Reschedules the timer for the given timer handle. Returns the new timer handle.