-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implementing multi threading, pushing processes into background (#72)
* implementing multi threading, pushing processes into background * added test for process runner, changed visibility of methods for testing * reverted to older phpunit implementation * Fix travis for PHP7 and dist trusty for HHHVM. (#74) * Fix travis for PHP7 and dist trusty for HHHVM. * Cache composer. * Fix error "Only variables should be passed by reference" * Fix PHPUnit reports * Add codecov. * implementing multi threading, pushing processes into background * added test for process runner, changed visibility of methods for testing * reverted to older phpunit implementation * fixed issue with losing pid when process is finished but not cleaned up * making sure the process is actually running and has pid before trying to send signal * catching logical process exception
- Loading branch information
1 parent
14a258b
commit 9007970
Showing
4 changed files
with
622 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.