Parallel Functions Versions Save

Simplified parallel processing for PHP based on Amp.

v2.0.0

5 months ago

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.

v1.1.0

2 years ago

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: https://github.com/amphp/parallel-functions/compare/v1.0.0...v1.1.0

v1.0.0

3 years ago
  • Removed compatibility with amphp/parallel < 1.1
  • Changed the parallel function to throw a SerializationException instead of an Error if serialization fails

v0.1.3

5 years ago
  • 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.2

6 years ago
  • Fixed amphp/amp requirement to ensure correct output order.

v0.1.1

6 years ago
  • Added optional $pool parameter to allow using custom pools instead of the default pool of amphp/parallel.

v0.1.0

6 years ago
  • Initial release.