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.