[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/guzzlehttp/promises/src/ -> TaskQueueInterface.php (summary)

(no description)

File Size: 24 lines (0 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

TaskQueueInterface:: (3 methods):
  isEmpty()
  add()
  run()


Interface: TaskQueueInterface  - X-Ref

isEmpty()   X-Ref
Returns true if the queue is empty.

return: bool

add(callable $task)   X-Ref
Adds a task to the queue that will be executed the next time run is
called.


run()   X-Ref
Execute all of the pending task in the queue.




Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1