tokio-1.38.1
tokio-rs/tokiotokio-1.38.1Jul 16, 2024by Darksonn
AI Summary
Fixes a critical bug causing timers to fail to fire.
Key Highlights
- Fixes timer wake-up logic to hold locks correctly
Full Release Notes
# 1.38.1 (July 16th, 2024) This release fixes the bug identified as ([#6682]), which caused timers not to fire when they should. ### Fixed - time: update `wake_up` while holding all the locks of sharded time wheels ([#6683]) [#6682]: https://github.com/tokio-rs/tokio/pull/6682 [#6683]: https://github.com/tokio-rs/tokio/pull/6683