Skip to content

Timers Library

Once

The Once method will run the callback once after the interval has passed in seconds.

Github Location

Once

In

The In method will run the callback once after the interval has passed in seconds.

Github Location

In

Every

The Every method will continuously run the callback every interval milliseconds

Github Location

Every

Repeat

The Repeat method will run the callback every interval milliseconds for a set number of repeats

Github Location

Repeat

Released under the MIT License.