Skip to content

0.9.0: Add await() and drain()

Compare
Choose a tag to compare
@briancavalier briancavalier released this 03 Nov 15:47
· 576 commits to master since this release
  • Add await() that makes it easier to work with streams of promises.
  • Add drain() to create demand on a stream without processing terminal events.
  • Improve performance of take and repeat.