Go to file
2017-12-14 17:01:25 +01:00
docs Add docs 2017-12-14 00:30:25 +01:00
examples Rename functions back to parallelMap and parallelFilter 2017-12-14 17:01:25 +01:00
src Rename functions back to parallelMap and parallelFilter 2017-12-14 17:01:25 +01:00
test Rename functions back to parallelMap and parallelFilter 2017-12-14 17:01:25 +01:00
.editorconfig Add php-cs-fixer and fix code style 2017-12-13 23:48:03 +01:00
.gitignore Add php-cs-fixer and fix code style 2017-12-13 23:48:03 +01:00
.gitmodules Add docs 2017-12-14 00:30:25 +01:00
.php_cs.dist Add php-cs-fixer and fix code style 2017-12-13 23:48:03 +01:00
.travis.yml Fix intentional example error and improve Travis build 2017-12-13 23:40:53 +01:00
composer.json Define target platform for php-cs-fixer 2017-12-13 23:50:45 +01:00
LICENSE Initial commit 2017-12-13 22:58:26 +01:00
phpunit.xml.dist Initial commit 2017-12-13 22:58:26 +01:00
README.md Link website docs in README 2017-12-14 00:31:50 +01:00

parallel-functions

Build Status License

Installation

This package can be installed as a Composer dependency.

composer require amphp/parallel-functions

Requirements

  • PHP 7.0+

Documentation

Documentation can be found on amphp.org as well as in the ./docs directory.

Versioning

amphp/parallel-functions follows the semver semantic versioning specification like all other amphp packages.

Security

If you discover any security related issues, please email me@kelunik.com instead of using the issue tracker.

License

The MIT License (MIT). Please see LICENSE for more information.