1
0
mirror of https://github.com/danog/process.git synced 2024-11-26 20:24:43 +01:00
Go to file
2017-06-15 12:16:54 -05:00
examples Update fixer config / fix styles 2017-06-15 12:11:38 -05:00
lib Update fixer config / fix styles 2017-06-15 12:11:38 -05:00
test Update fixer config / fix styles 2017-06-15 12:11:38 -05:00
.gitignore Update fixer config / fix styles 2017-06-15 12:11:38 -05:00
.php_cs Update fixer config / fix styles 2017-06-15 12:11:38 -05:00
.travis.yml Require fully qualified function calls 2017-03-05 18:08:34 +01:00
composer.json Refactor StreamedProcess 2017-06-15 12:02:50 -05:00
LICENSE Merge branch 'master' into amp_v2 2017-06-15 12:16:54 -05: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