Docs (4.0.0)
class AsyncTaskQueue method

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