# parallel-functions [![Build Status](https://img.shields.io/travis/amphp/parallel-functions/master.svg?style=flat-square)](https://travis-ci.org/amphp/parallel-functions) ![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square) ## Installation This package can be installed as a [Composer](https://getcomposer.org/) dependency. ```bash composer require amphp/parallel-functions ``` ## Requirements - PHP 7.4+ ## Documentation Documentation can be found on [amphp.org](https://amphp.org/parallel-functions/) as well as in the [`./docs`](./docs) directory. ## Example ```php