Vincent Rischmann 52dd468cc3 io_uring: change read() to use a ReadBuffer instead
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.
2022-05-25 13:53:09 +02:00
..
2022-05-16 17:43:44 -04:00
2022-04-24 23:01:06 -04:00
2022-05-17 22:04:12 +01:00
2022-05-24 22:48:51 -04:00
2022-05-13 16:43:59 -04:00
2022-05-13 16:43:59 -04:00
2022-03-08 20:38:12 +02:00
2022-04-20 17:18:06 -07:00
2022-01-07 00:06:06 -05:00
2022-04-14 10:12:45 -07:00
2022-05-13 16:43:59 -04:00
2022-05-24 22:48:51 -04:00
2022-05-13 16:43:59 -04:00
2022-04-15 17:01:01 -05:00
2022-01-07 00:06:06 -05:00
2022-01-29 13:57:14 +11:00