Phive\Queue\InMemoryQueue::clear PHP Method

clear() public method

public clear ( )
    public function clear()
    {
        $this->queue = new \SplPriorityQueue();
        $this->queueOrder = PHP_INT_MAX;
    }