Phive\Queue\ExceptionalQueue::pop PHP Method

pop() public method

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