tokio-1.35.1

tokio-rs/tokiotokio-1.35.1Dec 19, 2023by Darksonn

AI Summary

Adds I/O budgeting to async I/O registration to prevent starvation.

Key Highlights

  • Adds budgeting to `async_io` registration

Full Release Notes

# 1.35.1 (December 19, 2023)

This is a forward part of a change that was backported to 1.25.3.

### Fixed

- io: add budgeting to `tokio::runtime::io::registration::async_io` ([#6221])

[#6221]: https://github.com/tokio-rs/tokio/pull/6221