PHP 클래스 Hal\MutaTesting\Runner\Process\ProcessManager

상속: implements Hal\MutaTesting\Runner\Process\ProcessManagerInterface
파일 보기 프로젝트 열기: halleck45/mutatesting

공개 메소드들

메소드 설명
__construct ( $max = 5 )
getNbRunning ( )
push ( Process $process, callable $callback )
wait ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $max = 5 )

getNbRunning() 공개 메소드

public getNbRunning ( )

push() 공개 메소드

public push ( Process $process, callable $callback )
$process Symfony\Component\Process\Process
$callback callable

wait() 공개 메소드

public wait ( )