Vincent Rischmann 3c58d3e281 io_uring: replace the readv method with a read on a new ReadBuffer type
readv() is essentially identical to read() except for the buffer type,
this simplifies the API for the caller at the cost of not clearly mapping to the liburing C API.
2022-05-25 13:53:09 +02:00
..
2022-05-13 16:43:59 -04:00
2022-05-13 16:43:59 -04:00