- deps: upgrade
tokio-util
dependency to0.7.x
(#3762) - stream: add
StreamExt::map_while
(#4351) - stream: add
StreamExt::then
(#4355) - stream: add cancel-safety docs to
StreamExt::next
andtry_next
(#4715) - stream: expose
Elapsed
error (#4502) - stream: expose
Timeout
(#4601) - stream: implement
Extend
forStreamMap
(#4272) - sync: add
Clone
toRecvError
types (#4560)
- stream: add
From<Receiver<T>>
impl for receiver streams (#4080) - stream: impl
FromIterator
forStreamMap
(#4052) - signal: make windows docs for signal module show up on unix builds (#3770)
- stream: implement
Error
andDisplay
forBroadcastStreamRecvError
(#3745)
- stream: avoid yielding in
AllFuture
andAnyFuture
(#3625)
- stream: documentation note for throttle
Unpin
(#3600)
Added
- signal: add
Signal
wrapper (#3510)
Fixed
- stream: remove duplicate
doc_cfg
declaration (#3561) - sync: yield initial value in
WatchStream
(#3576)
Added
Fixed
- docs: fix some wrappers missing in documentation (#3378)
Added
- add
Stream
wrappers (#3343)
Fixed
- move
async-stream
todev-dependencies
(#3366)
- Initial release