Tokio

Rust: Tokio under the hood

Rust: Tokio under the hood

Tokio Under the Hood I’ve been writing async Rust for a while now, and at some point I realized I was just sprinkling #[tokio::main] and .await everywhere without really understanding what happens beneath. So I went digging.

Read More