rt: add infrastructure code for io_uring (#7320)

This commit is contained in:
Motoyuki Kimura
2025-05-21 02:36:52 +09:00
committed by GitHub
parent ea30a5ea5e
commit 327bec2caf
11 changed files with 516 additions and 6 deletions
+1
View File
@@ -29,4 +29,5 @@ unexpected_cfgs = { level = "warn", check-cfg = [
'cfg(tokio_no_tuning_tests)',
'cfg(tokio_taskdump)',
'cfg(tokio_unstable)',
'cfg(tokio_uring)',
] }