Skip to content
Rust Search
← Async Rust

The currents of concurrency: reasoning with Async Rust

Rust Nation UK
RustNation 1:00:18 100447 views

Reasoning through concurrent systems has always been a challenging task. Poor code can be riddled with race conditions, non-terminating cases and other complex concurrency bugs; and even well-written code can be hard to understand. Async programming is an innovative concurrent programming model that rises to this challenge. In this talk, we'll explore reasoning with async Rust. We'll be introduced to its fundamental building blocks, such as `async`, `await`, `join` and `Pin`, and learn how to pr

Player unavailable or embedding blocked? Use the YouTube link above.