1
0
mirror of https://github.com/danog/process.git synced 2024-11-26 20:24:43 +01:00
Go to file
2017-02-09 12:25:27 -06:00
example Use Message for stdout and stderr 2017-01-15 09:30:34 -06:00
lib Check for fast process finish 2017-02-09 12:25:27 -06:00
test Add isRunning() test 2017-01-15 23:07:51 -06:00
.gitignore Refactor for Amp v2 2017-01-11 12:25:52 -06:00
.php_cs Fixup after PR #5, add some more tests 2015-09-16 19:56:15 +02:00
.travis.yml Refactor for Amp v2 2017-01-11 12:25:52 -06:00
composer.json Refactor for Amp v2 2017-01-11 12:25:52 -06:00
LICENCE Refactor for Amp v2 2017-01-11 12:25:52 -06:00
phpunit.xml.dist Refactor for Amp v2 2017-01-11 12:25:52 -06:00
README.md Add a README and a few examples 2015-04-22 16:44:54 +02:00

Process

An async process dispatcher built on the amp concurrency framework

Dependencies

Usage

It's all just one class: Amp\Process. For its usage, see