Concurrency in Rust – Alex Crichton – code::dive 2017

If you’re new to Rust, like me, but still need to look at concurrency, this is a great talk by Alex Crichton that explains the various libraries, futures, Tokio etc, and how they solved various performance issues. You can learn a lot in just over an hour. The talk is from November 2017.

4 Likes