Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Sync
impl ofBiLockGuard
(Fix Sync impl of BiLockGuard #2570)FuturesUnordered
(FuturesUnordered: fix partial iteration #2574)Shared
(Shared: fix false detection of inner panics #2576)Mutex::lock_owned
andMutex::try_lock_owned
(Feat: add Mutex::lock_owned and Mutex::try_lock_owned #2571)io::copy_buf_abortable
(Create copy_buf_abortable, which enables to stop copying in the middle. #2507)Unpin
bound fromTryStreamExt::into_async_read
(Remove TryStreamExt::into_async_read Unpin bound #2599)run_until_stalled
handle self-waking futures (Make run_until_stalled handle self-waking futures #2593)FuturesOrdered
intry_join_all
(Switch toFuturesOrdered
dynamically intry_join_all
#2556)LocalPool
waker (Fix orderings inLocalPool
waker #2608)stream::Chunk
adapters size hints (stream: Fix Chunk adapters size hints #2611)push_front
andpush_back
toFuturesOrdered
(Add push_front and push_back to FuturesOrdered #2591)FuturesOrdered::push
in favor ofFuturesOrdered::push_back
(Add push_front and push_back to FuturesOrdered #2591)Fuse
s fromselect
, and only poll non-terminated streams #2583, Inline WakerRef functions #2626)try_buffered
docs. #2579, Fix minor typo in enter doc comment #2604,doc(alias)
pending()
tonever
#2613)