Jenner\SimpleFork\FixedPool::__construct PHP Méthode

__construct() public méthode

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