One of my next goals in my Raft project is to tame the tick() with mio. In this post, we'll explore what it is, what it can do, and why it matters. First things first: What is MIO? MIO is a lightweight IO library for Rust with a focus on adding as little overhead as possible over the OS abstractions.