Sidong Yang

Results 4 issues of Sidong Yang

Hi, I found some bug that the code hang when using iopoll without sqpoll. This bug can be reproduced with example below. ```rust let mut builder = tokio_uring::builder(); builder.uring_builder(&tokio_uring::uring_builder().setup_iopoll()); let...

- In iopoll without sqpoll mode, we need to submit repeatedly until we get completion. This patch adds some future that keep calling wake() for parking thread so runtime will...

Hi, we use tokio uring well in our work. and also we need IO_LINK feature in tokio uring. I agree that we should consider API design for the link feature....

- set flags - readv & writev & fixed