0.3.0-alpha.10
Pre-release
Pre-release
cramertj
released this
27 Nov 20:35
·
1072 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 theSome
elements of a stream fromselect!
- Added
futures::lock::Mutex
for async-aware synchronization. - Fixed bug converting
Pin<Box<_>>
toStreamObj
- Improved performance of futures::channel
- Improved performance and documentation of
Shared
- Add
new
method and morederive
s to theCompat
type - Enabled spawning on a borrowed threadpool
- Re-added
join_all
- Added
try_concat