may icon indicating copy to clipboard operation
may copied to clipboard

support linux io_uring

Open Xudong-Huang opened this issue 2 years ago • 1 comments

Xudong-Huang avatar Jul 01 '22 05:07 Xudong-Huang

May I suggest an interface based/inspired upon AsyncBufRead? https://without.boats/blog/io-uring/

Basically the "caller borrowing a mutable buffer to the interface" doesn't work really well with io_uring, and since io_uring itself can manage buffers, putting the existing model upside-down with the caller borrowing from the interface, may be the best option

Mek101 avatar Feb 28 '23 14:02 Mek101