miniblog.
← Back to all posts
Wilfred Hughes
Nov 22, 2019 at 19:47
A deep dive into Tokio's scheduler implementation, including exhaustively testing all possible state orderings with Loom!
https://tokio.rs/blog/2019-10-scheduler/
Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more.