parallel

pecl install parallel

Parallel concurrency API

A succinct parallel concurrency API for PHP 7.

Maintainer

  • Joe Watkins (lead )
  • Remi Collet (lead )
  • Florian Engelhardt (lead )

Details

Stars: 1280
Issue openned: 30
Downloads: 115635
The parallel extension requires Zend Thread Safe (ZTS). Unable to build with Thread Safe disabled.
1.0.0
5 years ago
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 1.0.0 change log


- Caching improvements
- Channel comparison (==) fixed
- Debug handler added for Channel
- Debug handler for Future (just shows runtime)
- Fix copying of interned strings
- Object support
- Functional API for parallel\Runtime

requires:

  • php >=7.2.0
  • pearinstaller >=1.10