diff options
| author | mlugg <mlugg@mlugg.co.uk> | 2024-03-07 22:48:20 +0000 |
|---|---|---|
| committer | mlugg <mlugg@mlugg.co.uk> | 2024-03-08 08:02:45 +0000 |
| commit | 265f42d472fa110c1e211e5f82fdf540ee198aa8 (patch) | |
| tree | 5fa4bccaaf36b8e76fcd423eb0fd35f35d53b82c /lib/std/json/stringify.zig | |
| parent | a7f6e738122e7f1a5d2e502ee121700883fa3818 (diff) | |
| download | zig-265f42d472fa110c1e211e5f82fdf540ee198aa8.tar.gz zig-265f42d472fa110c1e211e5f82fdf540ee198aa8.zip | |
std.os.linux: rework io_uring support
* `linux.IO_Uring` -> `linux.IoUring` to align with naming conventions.
* All functions `io_uring_prep_foo` are now methods `prep_foo` on `io_uring_sqe`, which is in a file of its own.
* `SubmissionQueue` and `CompletionQueue` are namespaced under `IoUring`.
This is a breaking change.
The new file and namespace layouts are more idiomatic, and allow us to
eliminate one more usage of `usingnamespace` from the standard library.
2 remain.
Diffstat (limited to 'lib/std/json/stringify.zig')
0 files changed, 0 insertions, 0 deletions
