Skip to content
Rust Search
← RustFest 2019

Life of an async fn

Rust Programming Language
RustFest 33:35 9937 views

async/await is one of the headline features to ship in Rust this year. But how does it actually work, and what does that mean for performance? We’ll walk through what happens to async/await code inside the compiler. We’ll see some of the performance implications that result from this, and how to avoid common pitfalls. You’ll walk away with a deeper understanding of how your async/await code behaves at runtime and what the compiler is doing under the hood. Finally, we’ll explore some of the cut

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