Skip to content

0.3.13

Compare
Choose a tag to compare
@taiki-e taiki-e released this 23 Feb 04:06
· 317 commits to master since this release
c91f869
  • Mitigated starvation issues in FuturesUnordered (#2333)
  • Fixed race with dropping mpsc::Receiver (#2304)
  • Added Shared::{strong_count, weak_count} (#2346)
  • Added no_std support for task::noop_waker_ref (#2332)
  • Implemented Stream::size_hint for Either (#2325)