top | item 29500191

(no title)

mitchtbaum | 4 years 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

discuss

order

ibraheemdev|4 years ago

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