Xudong-Huang / may

rust stackful coroutine library
Apache License 2.0
1.9k stars 79 forks source link

support linux io_uring #95

Open Xudong-Huang opened 2 years ago

Mek101 commented 1 year ago

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