Icicle\Concurrent\Worker\Internal\PooledWorker::isIdle PHP Méthode

isIdle() public méthode

public isIdle ( ) : boolean
Résultat boolean
    public function isIdle() : bool
    {
        return $this->worker->isIdle();
    }