Skip to content

0.3.0-alpha.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@cramertj cramertj released this 27 Dec 19:22
· 1029 commits to master since this release
  • Updated to newly stabilized versions of the pin and arbitrary_self_types features.
  • Re-added select_all for streams.
  • Added TryStream::into_async_read for converting from a stream of bytes into an AsyncRead.
  • Added try_poll_next_unpin.
  • Rewrote select! as a procedural macro for better error messages
  • Exposed join_all from the facade