Comment by zozbot234
4 years ago
io_uring allows you to associate arbitrary 64-bit data with any operation and match it on completion, so it looks like it should address these concerns.
4 years ago
io_uring allows you to associate arbitrary 64-bit data with any operation and match it on completion, so it looks like it should address these concerns.
Sure, but how does that remediate existing code that uses select()?