run()
Runs queued tasks until time budget is exhausted.
run(maxSyncTime?: number, delayNext?: number): void;
Parameters
- maxSyncTime — Maximum milliseconds to spend running tasks (default 100)
- delayNext — Delay in ms for the next auto-scheduled run (sticky)
Related
class AppQueue
A simple task queue for scheduling and running asynchronous tasks.
