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.
1.5.0 (April 12, 2021)
Added
AsyncSeekExt::stream_position
(io: add AsyncSeekExt::stream_position #3650)AsyncWriteExt::write_vectored
(io: addAsyncWriteExt::write_vectored
#3678)copy_bidirectional
utility (io: add a copy_bidirectional utility #3572)IntoRawFd
forTcpSocket
(net: implements IntoRawFd for TcpSocket #3684)OnceCell
(Add OnceCell #3591)OwnedRwLockReadGuard
andOwnedRwLockWriteGuard
(Add OwnedRwLockReadGuard and OwnedRwLockWriteGuard #3340)Semaphore::is_closed
(Add Semaphore::is_closed method #3673)mpsc::Sender::capacity
(sync: addmpsc::Sender::capacity
#3690)RwLock
max reads (Allow to configure RwLock max reads #3644)sync_scope
forLocalKey
(Add sync_scope for LocalKey #3612)Fixed
noalias
attributes on intrusive linked list (Try to avoid noalias attributes on intrusive linked lists #3654)JoinHandle::abort()
when called from other threads (Prevent basic_scheduler from panicking if a task is aborted from another thread #3672)oneshot::try_recv
(Remove panic from oneshot receiver #3674)Documented
AsyncFd
(doc: Clarify requirements of AsyncFd #3635){Handle,Runtime}::block_on
(runtime: fix unclear docs for{Handle,Runtime}::block_on
#3628)Semaphore
is fair (Document that Semaphore is fair #3693)