Skip to content

v2.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 03:11
· 6 commits to master since this release
v2.4.0
  • Add a "fuse" method that makes it so a Future returns Poll::Pending
    forever after it returns Poll::Pending once. (#101)
  • Add a "stop_after_future" function that allows for running a Stream until a
    Future completes. (#103)
  • Make it so Zip/TryZip drop completed futures. (#106)