tokio-1.47.4
tokio-rs/tokiotokio-1.47.4Apr 2, 2026by Darksonn
AI Summary
A minor patch release addressing a specific panic condition in channel operations when receiving into a non-empty vector on a closed channel.
Key Highlights
- Fixed panic in `Chan::recv_many` with non-empty vector on closed channel
Full Release Notes
# 1.47.4 (April 2nd, 2026) ### Fixed * sync: fix panic in `Chan::recv_many` when called with non-empty vector on closed channel ([#7991]) [#7991]: https://github.com/tokio-rs/tokio/pull/7991