Have any other Rust async runtimes use io_uring/gotten at all good yet? Best of the best modern systems programmers gotta get good sometime. Not sure if it's happening yet. Ok here's one point of call: https://github.com/tokio-rs/tokio-uring
And I integrated Hyper as an example: https://github.com/DataDog/glommio/blob/master/examples/hype...
And the performance was blisteringly quick (6x better latency streaming from a file compared to Nginx).