Skip to content

0.3.0-alpha.13

Pre-release
Pre-release
Compare
Choose a tag to compare
@cramertj cramertj released this 21 Feb 00:55
· 972 commits to master since this release
  • Updated to new nightly with stabilization candidate API.
  • Removed LocalWaker.
  • Added #[must_use] to Stream and Sink traits.
  • Enabled using !Unpin futures in JoinAll.
  • Added the try_join_all combinator.
  • Stopped closing a whole channel upon closing of one sender.
  • Removed TokioDefaultSpawner and tokio-compat.
  • Moved intra-crate dependencies to exact versions.