- Added
StreamExt::flat_map
. - Added
StreamExt::ready_chunks
. - Added
*_unpin
methods toSinkExt
. - Added a
cancellation()
future tooneshot::Sender
. - Added
reunite
method toReadHalf
andWriteHalf
. - Added
Extend
implementations forFutures(Un)Ordered
andSelectAll
. - Added support for reexporting the
join!
andselect!
macros. - Added
no_std
support for thepending!
andpoll!
macros. - Added
Send
andSync
support forAssertUnmoved
. - Fixed a bug where
Shared
wasn't relinquishing control to the executor. - Removed the
Send
bound on the output ofRemoteHandle
. - Relaxed bounds on
FuturesUnordered
. - Reorganized internal tests to work under different
--feature
s. - Reorganized the bounds on
StreamExt::forward
. - Removed and replaced a large amount of internal
unsafe
.