run
Invokes pending tasks synchronously.
run(): this
Note
It’s not necessary to call this method manually to start running tasks at all. Queued tasks are scheduled asynchronously as soon as they’re added.
Related
- class AsyncTaskQueueA class that represents a queue of asynchronous tasks within a Scheduler.