Releases: amphp/parallel-functions
Releases · amphp/parallel-functions
2.0.0
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 with ResolutionType
.
1.1.0
What's Changed
- Update to
laravel/serializable-closure
instead of opis/closure
by @owenvoke
- Increase minimum PHP version to PHP 7.4 by @owenvoke
New Contributors
Full Changelog: v1.0.0...v1.1.0
1.0.0
- Removed compatibility with
amphp/parallel
< 1.1
- Changed the
parallel
function to throw a SerializationException
instead of an Error
if serialization fails
0.1.3
- 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.
0.1.2
- Fixed
amphp/amp
requirement to ensure correct output order.
0.1.1
- Added optional
$pool
parameter to allow using custom pools instead of the default pool of amphp/parallel
.