tokio-1.32.0
tokio-rs/tokiotokio-1.32.0Aug 16, 2023by carllerche
AI Summary
This release stabilizes `Command::raw_arg` and fixes a performance regression in the broadcast channel receiver.
Key Highlights
- Stabilized `Command::raw_arg`
- Fixed quadratic behavior in `broadcast::Receiver`
- Enabled awaiting error readiness
New Features
- raw_arg stabilization
- Awaiting error readiness
Full Release Notes
### Fixed - sync: fix potential quadratic behavior in `broadcast::Receiver` ([#5925]) ### Added - process: stabilize `Command::raw_arg` ([#5930]) - io: enable awaiting error readiness ([#5781]) ### Unstable - rt(alt): improve the scalability of alt runtime as the number of cores grows ([#5935]) [#5925]: https://github.com/tokio-rs/tokio/pull/5925 [#5930]: https://github.com/tokio-rs/tokio/pull/5930 [#5781]: https://github.com/tokio-rs/tokio/pull/5781 [#5935]: https://github.com/tokio-rs/tokio/pull/5935