Icicle\Concurrent\Worker\DefaultPool::isRunning PHP Method

isRunning() public method

Checks if the pool is running.
public isRunning ( ) : boolean
return boolean True if the pool is running, otherwise false.
    public function isRunning() : bool
    {
        return $this->running;
    }