How to connect Hyper with Tokio Uring?

โš“ Rust    ๐Ÿ“… 2025-09-27    ๐Ÿ‘ค surdeus    ๐Ÿ‘๏ธ 7      

surdeus

Warning

This post was published 34 days ago. The information described in this article may have changed.

Hyper can now be configured to use runtimes other than Tokioโ€™s epoll. I tried setting it up with Tokio Uring. I have been looking at the hyper util code and example code from Monoio async runtime repo as references, but I am still having trouble. Is there already an adapter library that connects Hyper with Tokio Uring? Or maybe a tutorial out there?

1 post - 1 participant

Read full topic

๐Ÿท๏ธ Rust_feed