mirror of
https://github.com/ziglang/zig.git
synced 2025-12-15 02:33:07 +00:00
Reads can be done in two ways with io_uring: * using a simple buffer * using a automatic buffer selection which requires the user to have provided a number of buffers before ReadBuffer let's the caller choose where the data should be read.