mpyw\Co\Internal\ManualScheduler::isEmpty PHP 메소드

isEmpty() 공개 메소드

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