You are here

public function TaskQueueInterface::run in Auth0 Single Sign On 8.2

Execute all of the pending task in the queue.

1 method overrides TaskQueueInterface::run()
TaskQueue::run in vendor/guzzlehttp/promises/src/TaskQueue.php
Execute all of the pending task in the queue.

File

vendor/guzzlehttp/promises/src/TaskQueueInterface.php, line 24

Class

TaskQueueInterface

Namespace

GuzzleHttp\Promise

Code

public function run();