tokio-uring
tokio-uring copied to clipboard
Repeat submit on iopoll without sqpoll (#296)
- 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 submit on parking thread.
- ThreadParker for keep call submit
- Test code for this patch