1
0
mirror of https://github.com/danog/process.git synced 2024-11-26 20:24:43 +01:00
Go to file
2015-06-01 14:08:50 +01:00
examples Add a README and a few examples 2015-04-22 16:44:54 +02:00
.gitignore Add a README and a few examples 2015-04-22 16:44:54 +02:00
composer.json update composer package name 2015-04-22 12:22:05 -04:00
LICENCE Initial Commit 2015-04-22 16:33:54 +02:00
Process.php Fix 'cmd' typo in comment 2015-06-01 14:08:50 +01: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