Icicle\Concurrent\Worker\Internal\PooledWorker::isIdle PHP Method

isIdle() public method

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