Hal\MutaTesting\Runner\Process\ProcessManager::__construct PHP Method

__construct() public method

public __construct ( $max = 5 )
    public function __construct($max = 5)
    {
        $this->max = (int) $max;
        $this->collection = new ProcessCollection();
    }