Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mitchtbaum
on Dec 9, 2021
|
parent
|
context
|
favorite
| on:
Monoio – A thread-per-core Rust async runtime with...
> 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
ibraheemdev
on Dec 9, 2021
[–]
actix-rt is a wrapper around tokio's single threaded runtime, and (optionally) tokio-uring.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
yes, check out `actix-rt`
https://github.com/actix/actix-net