- Improved buffering performance of
SplitSink
(#1969) - Added
select_biased!
macro (#1976) - Added
hash_receiver
method to mpsc channel (#1962) - Added
stream::try_unfold
(#1977) - Fixed bug with zero-size buffers in vectored IO (#1998)
AtomicWaker::new()
is nowconst fn
(#2007)- Fixed bug between threadpool and user park/unparking (#2010)
- Added
stream::Peakable::peek
(#2021) - Added
StreamExt::scan
(#2044) - Added impl of
AsyncRead
/Write
forBufReader
/Writer
(#2033) - Added impl of
Spawn
andLocalSpawn
forArc<impl Spawn
andRc<impl Spawn>
(#2039) - Fixed
Sync
issues withFuturesUnordered
(#2054) - Added
into_inner
method forfuture::Ready
(#2055) - Added
MappedMutexGuard
API (#2056) - Mitigated starvation issues in
FuturesUnordered
(#2049) - Added
TryFutureExt::map_ok_or_else
(#2058)