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

isEmpty() public method

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