Open Panke opened 3 years ago
This seems to lend itself nicely for starting with 1, switching to 2 once a certain level of completeness is reached (IMO, at least sockets + files + events + pipes). Timers would probably go together with the switch, but could also stay implemented with the current approach of limiting the wait operation according to the earliest timer.
I am investigating the usage of io_uring as a backend for eventcore. Let's gather all discussion surrounding it in this issue.
To the best of my understanding there are two approaches to do this.