tokio-1.6.3
tokio-rs/tokiotokio-1.6.3Jul 6, 2021by carllerche
AI Summary
This release is a maintenance update that forwards bug fixes originally identified in version 1.5.1, specifically addressing the runtime's task management behavior.
Key Highlights
- Forwards bug fixes from version 1.5.1
- Fixes remote task abortion when using `JoinHandle::abort`
- Maintenance release for the Tokio 1.6 series
Full Release Notes
Forward ports 1.5.1 fixes. ### Fixed - runtime: remotely abort tasks on `JoinHandle::abort` ([#3934]) [#3934]: https://github.com/tokio-rs/tokio/pull/3934