Despite its benefits, immutable Linux never a made a lot of sense on desktops. On gaming handhelds, however, it's the perfect fit.
On Linux, urio submits reads and writes through io_uring and resolves completions on the event loop, with no thread parked per operation. On Windows it can do the same through overlapped I/O and an ...