Skip to content

3.3.0: Improved races

Compare
Choose a tag to compare
@briancavalier briancavalier released this 02 Jul 13:21
· 216 commits to master since this release
  • Promote when.race to public API.
  • when.any and when.some now reject with a RangeError if the race is obviously unwinnable, for example: when.some([1,2,3], 4). See the when.any and when.some docs for more info.