Jenner\SimpleFork\FixedPool::__construct PHP Method

__construct() public method

public __construct ( integer $max = 4 )
$max integer
    public function __construct($max = 4)
    {
        $this->max = $max;
    }