Async process dispatcher built on the Amp concurrency framework.
## Installation This package can be installed as a [Composer](https://getcomposer.org/) dependency. ```bash composer require amphp/process ``` ## Requirements * PHP 7.0+ * [Amp framework](https://github.com/amphp/amp) (installed via composer) ## Versioning `amphp/process` follows the [semver](http://semver.org/) semantic versioning specification like all other `amphp` packages. ## Security If you discover any security related issues, please email [`me@kelunik.com`](mailto:me@kelunik.com) instead of using the issue tracker. ## License The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information.