mlugg 265f42d472
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.
2024-03-08 08:02:45 +00:00
..
2023-11-19 19:01:18 +02:00
2024-01-03 12:34:10 +02:00
2024-03-08 08:02:45 +00:00
2023-07-31 03:49:21 -04:00
2024-02-06 21:12:11 -07:00