Jenner\SimpleFork\FixedPool::__construct PHP 메소드

__construct() 공개 메소드

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