PHP Interface Hal\MutaTesting\Runner\Process\ProcessManagerInterface

Show file Open project: halleck45/mutatesting

Public Methods

Method Description
push ( Process $process, callable $callback )
wait ( )

Method Details

push() public method

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

wait() public method

public wait ( )