[–] PunchyHamster 9mo ago ↗ >io_uring is not an event system at all. io_uring is actually a generic asynchronous syscall facility.It's not an event system at all! It's an event system!The type of events being subset of all possible events in system does not make it not events system. Nor it being essentially a queue
[–] lordnacho 9mo ago ↗ I thought the main selling point was that you could tell the system "when you finally get this response, run this function on it"
[–] kiitos 9mo ago ↗ "event system" is any mechanism where events (readiness, completion, signals, GUI messages) drive control flow, restricting "event system" to descriptor readiness exclusively is the author's personal framing, not exactly common parlance
4 comments
[ 3.8 ms ] story [ 26.3 ms ] threadIt's not an event system at all! It's an event system!
The type of events being subset of all possible events in system does not make it not events system. Nor it being essentially a queue