Icicle v0.8.1 Release Notes

Release Date: 2015-08-28 // over 8 years ago
  • ➕ Added

    • ➕ 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.

    🛠 Fixed

    • Coroutines are paused immediately upon cancellation to ensure execution does not continue after cancellation.