Tutorial | Tokio - An asynchronous Rust runtime
Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more.
Mentions
See All
0xcacti @0xcacti
ยท
Aug 10, 2023
okay, so I am a newly minted rustacean. If you are too, go through the tokio tutorial. It good practice for learning tokio and concurrent programming in rust more generally.
https://tokio.rs/tokio/tutorial
Just learned about the idea of sharded mutexs and I am hyped up.