-
1.3.0
* Adds support for custom task queues. * Fixed coroutine promise memory leak.
-
1.0.3
* Update EachPromise to immediately resolve when the underlying promise iterator is empty. Previously, such a promise would throw an exception when its `wait` function was called.
-
1.0.1
* Updating EachPromise to call next on the underlying promise iterator as late as possible to ensure that generators that generate new requests based on callbacks are not iterated until after callbacks are invoked.