Hey @invalidop serious question is possible to have a zero syscall gRPC event loop with io_uring? Seeing https://github.com/libuv/libuv/commit/d2c31f429b87b476a7f1344d145dad4752a406d4 makes me ask.
linux: introduce io_uring support (#3952) · libuv/libuv@d2c31f4

Add io_uring support for several asynchronous file operations: - read, write - fsync, fdatasync - stat, fstat, lstat io_uring is used when the kernel is new enough, otherwise libuv simply ...

GitHub