Documentation

schedule()

Schedules a task on the global queue.

schedule(f: () => void, delay?: number): this;

Parameters

Related