v0.8.1
New Features
- Added
Icicle\Loop\EvLoop
supporting theev
extension. This loop is now the default event loop used if theev
extension is available. Icicle\Promise\map()
now accepts any number of arrays likearray_map()
, passing an element of each array as an argument to the callback function.
Bug Fixes
- Coroutines are paused immediately upon cancellation to ensure execution does not continue after cancellation.