1
0
mirror of https://github.com/danog/process.git synced 2024-11-26 20:24:43 +01:00
Go to file
2017-03-16 22:25:26 -05:00
example Update for async-interop merge and other Amp changes 2017-03-16 10:04:52 -05:00
lib Only reference watcher if running 2017-03-16 22:25:26 -05:00
test Separate start and join methods 2017-03-16 22:19:15 -05: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 Require fully qualified function calls 2017-03-05 18:08:34 +01:00
composer.json Update for async-interop merge and other Amp changes 2017-03-16 10:04:52 -05: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