Skip to content

0.3.0-alpha.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@cramertj cramertj released this 27 Nov 20:35
· 1061 commits to master since this release

0.3.0-alpha.10 - 2018-11-27

  • Revamped select! macro
  • Added select_next_some method for getting only the Some elements of a stream from select!
  • Added futures::lock::Mutex for async-aware synchronization.
  • Fixed bug converting Pin<Box<_>> to StreamObj
  • Improved performance of futures::channel
  • Improved performance and documentation of Shared
  • Add new method and more derives to the Compat type
  • Enabled spawning on a borrowed threadpool
  • Re-added join_all
  • Added try_concat