php-childprocess
php-childprocess copied to clipboard
Child Process Library for PHP
Results
1
php-childprocess issues
Sort by
recently updated
recently updated
newest added
```$child->on('fork', function () use (&$files, $child, $types, $self)``` https://github.com/hfcorriez/php-childprocess/blob/master/lib/Pagon/ChildProcess.php#L243 is called after ```$child = $this->parallel(function ($process) use ($cmd, $files) {``` https://github.com/hfcorriez/php-childprocess/blob/master/lib/Pagon/ChildProcess.php#L218 but, `$child->emit('fork');` is called in `parallel`, will the fork...