Hacker News new | ask | show | jobs
by mitchtbaum 1653 days ago
> Have any other Rust async runtimes use io_uring/gotten at all good yet?

yes, check out `actix-rt`

https://github.com/actix/actix-net

1 comments

actix-rt is a wrapper around tokio's single threaded runtime, and (optionally) tokio-uring.