tokio-uring icon indicating copy to clipboard operation
tokio-uring copied to clipboard

Repeat submit on iopoll without sqpoll (#296)

Open SidongYang opened this issue 11 months ago • 0 comments

  • 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

SidongYang avatar Mar 02 '24 05:03 SidongYang