Skip to content

v1.2.1

Compare
Choose a tag to compare
@iconara iconara released this 08 Jul 13:07
· 63 commits to master since this release

Maintenance release with one bug fix and one addition:

  • Future.reduce now accepts false as a default value, and its behaviour when nil was used as default value has been clarified. Thanks to @stenlarsson for the fix.
  • Future.after has been added – it's a shortcut and optimization for the common pattern Future.all(futures).map(nil). Thanks to @grddev for this feature.