mpyw\Co\Internal\AutoScheduler::isEmpty PHP Method

isEmpty() public method

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