tokio-1.32.1

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

AI Summary

This release fixes an I/O budgeting issue in the runtime's async I/O registration layer, which was backported from a previous patch release.

Key Highlights

  • Fixed I/O budgeting in `tokio::runtime::io::registration::async_io`
  • Backported from 1.25.3 to address potential performance issues

New Features

  • I/O budgeting fix for async_io

Full Release Notes

# 1.32.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