Async utility for executing tasks at specific points during a frame, or, at a point in time.
IE10/11+
Shedules a MiroTask. Run synchronously after the main thread has run and imidiately before the next asynchronous task.
Shedules a task to be run inside of an animation frame.
Schedules a task to be run after paint, but, before the next frame.
Schedules a task to be run at a specific time. Can specify date or delay.
Shedules an infinite running task, to be run every n milliseconds.
Schedules a task to be run inside of a generic worker