mpyw\Co\Internal\AutoScheduler::isEmpty PHP Méthode

isEmpty() public méthode

Are there no cURL handles?
public isEmpty ( ) : boolean
Résultat boolean
    public function isEmpty()
    {
        return !$this->added;
    }