You are here

public function TaskQueueInterface::run in Lockr 7.3

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();