Icicle\Concurrent\Worker\Pool::getMaxSize PHP Method

getMaxSize() public method

Gets the maximum number of workers the pool may spawn to handle concurrent tasks.
public getMaxSize ( ) : integer
return integer The maximum number of workers.
    public function getMaxSize() : int;