tokio-1.44.1
tokio-rs/tokiotokio-1.44.1Mar 13, 2025by Darksonn
AI Summary
Fixes a runtime behavior issue where the defer queue was incorrectly used inside `block_in_place` contexts.
Key Highlights
- Skip defer queue in `block_in_place` context
Full Release Notes
# 1.44.1 (March 13th, 2025) ### Fixed - rt: skip defer queue in `block_in_place` context ([#7216]) [#7216]: https://github.com/tokio-rs/tokio/pull/7216