tokio-1.47.1
tokio-rs/tokiotokio-1.47.1Aug 1, 2025by Darksonn
AI Summary
This patch release fixes a panic caused by spurious pidfd wakeup in process handling and corrects a broken documentation link in the SetOnce module.
Key Highlights
- Fixed panic from spurious pidfd wakeup
- Fixed broken link in SetOnce documentation
Full Release Notes
# 1.47.1 (August 1st, 2025) ### Fixed - process: fix panic from spurious pidfd wakeup ([#7494]) - sync: fix broken link of Python `asyncio.Event` in `SetOnce` docs ([#7485]) [#7485]: https://github.com/tokio-rs/tokio/pull/7485 [#7494]: https://github.com/tokio-rs/tokio/pull/7494