Phive\Queue\ExceptionalQueue::pop PHP Méthode

pop() public méthode

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