Phive\Queue\ExceptionalQueue::clear PHP Method

clear() public method

public clear ( )
    public function clear()
    {
        $this->exceptional(function () {
            $this->queue->clear();
        });
    }