6 ms·
> 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 https://github.com/acti
by mitchtbaum 5y 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 https://github.com/actix/actix-net
- ibraheemdev 5y agoactix-rt is a wrapper around tokio's single threaded runtime, and (optionally) tokio-uring.