Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250530) (c39b7370636)
|
Public Member Functions | |
add (callable $task) | |
Adds a task to the queue that will be executed the next time run is called. | |
isEmpty () | |
run () | |
Execute all of the pending task in the queue. | |
GuzzleHttp\Promise\TaskQueueInterface::add | ( | callable | $task | ) |
Adds a task to the queue that will be executed the next time run is called.
Implemented in GuzzleHttp\Promise\TaskQueue.
GuzzleHttp\Promise\TaskQueueInterface::run | ( | ) |
Execute all of the pending task in the queue.
Implemented in GuzzleHttp\Promise\TaskQueue.