Overrides TaskQueueInterface::add
public function add(callable $task) : void { $this->queue[] = $task; }