Skip to content

v0.8.1

Compare
Choose a tag to compare
@trowski trowski released this 28 Aug 22:52

New Features

  • Added Icicle\Loop\EvLoop supporting the ev extension. This loop is now the default event loop used if the ev extension is available.
  • Icicle\Promise\map() now accepts any number of arrays like array_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.