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
...