mpyw\Co\Internal\AutoScheduler::isEmpty PHP Метод

isEmpty() публичный Метод

Are there no cURL handles?
public isEmpty ( ) : boolean
Результат boolean
    public function isEmpty()
    {
        return !$this->added;
    }