v1.2.3
This release contains one optimization and two bug fixes:
- Future combinators like
.all
,.after
,.first
have been optimized for the case when one of the futures is already completed, see #33 - Stack overflows are now avoided in
Future.reduce
when there are huge lists of already resolved futures, see #34 - The reactor will now respond true to
#running?
until the future returned by#stop
has completed, just like the documentation says, see #35
Thanks to @mthssdrbrg and @grddev for the fixes in this release.