amphp/parallel-functions
Parallel processing made simple.
v2.0.0
11M downloads/mo
#2507 most downloaded on Packagist
amphp/parallel-functions
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Ships on a steady schedule
a new release about every 1.6 years
Nearly every release is documented
notes for 7 of 7 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
7 releases · first in 2017
0 releases in the last 12 months
see the full history below
Release timeline
7 releases · Dec 2017 to Nov 2023Releases
latest 7-
v2.0.025 Nov 2023Release notes
Open source →Stable release compatible with AMPHP v3 and fibers! 🎉
As with other libraries compatible with AMPHP v3, most cases of parameters or returns of
Promise<ResolutionType>have been replaced withResolutionType. -
v1.1.003 Feb 2022Release notes
Open source →What's Changed
- Update to
laravel/serializable-closureinstead ofopis/closureby @owenvoke - Increase minimum PHP version to PHP 7.4 by @owenvoke
New Contributors
Full Changelog: v1.0.0...v1.1.0
- Update to
-
v1.0.010 Jul 2020Release notes
Open source →- Removed compatibility with
amphp/parallel< 1.1 - Changed the
parallelfunction to throw aSerializationExceptioninstead of anErrorif serialization fails
- Removed compatibility with
-
v0.1.328 Oct 2018Release notes
Open source →- Any serializable callable can now be used with the functions in this library, including class instance methods and static methods. Like user-defined functions, class definitions must be autoloadable by the composer autoloader.
-
v0.1.217 Dec 2017 -
v0.1.116 Dec 2017Release notes
Open source →- Added optional
$poolparameter to allow using custom pools instead of the default pool ofamphp/parallel.
- Added optional
-
v0.1.014 Dec 2017