1
0
mirror of https://github.com/danog/process.git synced 2024-11-26 20:24:43 +01:00
Go to file
2015-09-11 16:39:38 +02:00
examples Add a README and a few examples 2015-04-22 16:44:54 +02:00
lib Start testing with PHPUnit on multiple reactors 2015-09-11 16:39:38 +02:00
tests Start testing with PHPUnit on multiple reactors 2015-09-11 16:39:38 +02:00
.gitignore Add a README and a few examples 2015-04-22 16:44:54 +02:00
.php_cs Start testing with PHPUnit on multiple reactors 2015-09-11 16:39:38 +02:00
composer.json Start testing with PHPUnit on multiple reactors 2015-09-11 16:39:38 +02:00
LICENCE Initial Commit 2015-04-22 16:33:54 +02: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