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.1.0 (January 22, 2020)
Added
try_read_buf
andtry_recv_buf
(net: Add try_read_buf and try_recv_buf #3351)Sender::try_reserve
function (mpsc: AddSender::try_reserve
function #3418)RwLock
try_read
andtry_write
methods (sync: RwLock add try_read and try_write methods #3400)ReadBuf::inner_mut
(io: add ReadBuf::inner_mut #3443)Changed
select!
error message (Improve select! error message #3352)read_to_end
(Keep track of initialized bytes in read_to_end #3426)Fixed
LocalSet
onspawn_local
(tokio: wake localset on spawn_local #3369)Documented
Stream
wrappers intokio-stream
(Add Stream wrappers in tokio-stream #3343)test-util
feature is not enabled with full (docs: test-util feature doesn't enabled with full #3397)AsyncFd
docs about changes of the inner fd (docs: Clarified the point about changing the file descriptor underlyi… #3430)Sleep
is notUnpin
(Document that Sleep is not Unpin #3457)PollSemaphore
(Add link to PollSemaphore #3456)LocalSet
example (Add LocalSet example #3438)mpsc
documentation (Improve bounded mpsc documentation #3458)