mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:24:49 +01:00
IoUring: update to new Io APIs
This commit is contained in:
parent
b48599c549
commit
a28d57292f
19 changed files with 5912 additions and 1210 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue