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

Similar

Learning Rust the Open Source Way

A few months ago I started learning Rust, and in the process I ended up contributing to an open source project for the first time. It turned out to be a great vehicle for learning Rust, so in this post I’d like to go over what I did and why... (more…)

Read more »