IoUring: update to new Io APIs

This commit is contained in:
Jacob Young 2026-01-06 05:10:33 -05:00
parent b48599c549
commit a28d57292f
19 changed files with 5912 additions and 1210 deletions

View file

@ -143,6 +143,7 @@ int main(int argc, char **argv) {
"pub const skip_non_native = false;\n"
"pub const debug_gpa = false;\n"
"pub const dev = .core;\n"
"pub const io_mode: enum { threaded, evented } = .threaded;\n"
"pub const value_interpret_mode = .direct;\n"
, zig_version);
if (written < 100)