Add (best-effort) stealing API to polling system
armanbilge opened this issue · 0 comments
armanbilge commented
In #3873 (comment) we decided that we will support stealing for load-balancing. Thus, we should add an API to the polling system that allows completed I/O to be stolen. Not all polling systems will be able to implement this, but hopefully some of them can, such as io_uring, see #3873 (comment).