The new PECL package parallel-0.9.0 (beta) has been released at 
https://pecl.php.net/.

Release notes
-------------
- Channels: bi-directional communication between tasks and runtimes
- Improvements to copying making it vastly more efficient
- Improvements to runtime stack, making it more efficient
- Tasks may use lexical scope
- Events - an experimental, quite primitive event loop for reading/writing sets 
of channels and futures
- Support for rethrowing exceptions uncaught in tasks
- Simplified Runtime constructor
- Remove Future::select (in favour of the superior events interface)
- Task cancellation
- Closure support
- Drop support for PHP 7.1

Package Info
-------------
A succinct parallel concurrency API for PHP 7.

Related Links
-------------
Package home: https://pecl.php.net/package/parallel
   Changelog: https://pecl.php.net/package-changelog.php?package=parallel
    Download: https://pecl.php.net/get/parallel-0.9.0.tgz

Authors
-------------
Remi Collet (lead)
Joe Watkins (lead)


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to