Abstract
Interface
Methods |
public
abstract
add
(
callable
$task
) Adds a task to the queue that will be executed the next time run is |
public
abstract
isEmpty
() Returns true if the queue is empty.
|
public
abstract
run
() Execute all of the pending task in the queue. |