Phive\Queue\ExceptionalQueue::count PHP Method

count() public method

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