async/await was stabilised at RustFest Barcelona. This talk gives an overview of the existing ecosystem by then as well as practical guidance on how to use the feature. It puts a focus on modern async programming instead of comparisons with the past. For exemplary purposes, I will use async-std, a library built from the ground up around std::futures::Future and the modern async model.