Rust Articles, Tutorials & News

Nio: An Async Runtime for Rust

Nio is an experimental async runtime for Rust. This project initially began as an experiment to explore alternative scheduling strategies.Tokio use work-stealing scheduler, It is very complex scheduler and require a ton of bookkeeping. Sadly, replacing th…

Read more »