Support for io_uring
Author: Noah-KennedyCreated Jul 8, 2022Updated Jul 30, 2026
Labelsenhancement
Adding io_uring support here would make it significantly easier to get io_uring support in tokio.
io_uring supports both readiness-based and completion-based APIs. Readiness-based APIs should be relatively simple. Completion-based support is more complicated.
Source: tokio-rs/mio