Open Journal Systems  3.3.0
TaskQueueInterface.php
1 <?php
2 namespace GuzzleHttp\Promise;
3 
5 {
11  public function isEmpty();
12 
19  public function add(callable $task);
20 
24  public function run();
25 }
GuzzleHttp\Promise\TaskQueueInterface\run
run()
GuzzleHttp\Promise\TaskQueueInterface\isEmpty
isEmpty()
GuzzleHttp\Promise\TaskQueueInterface\add
add(callable $task)
GuzzleHttp\Promise\TaskQueueInterface
Definition: TaskQueueInterface.php:4
GuzzleHttp\Promise
Definition: AggregateException.php:2