Inconvenientes

Async / await provides convenient and efficient abstraction for concurrent asynchronous programming. However, the async/await model in Rust also comes with its share of pitfalls and footguns. We illustrate some of them in this chapter.

Esta sección tiene una duración aproximada de 55 minutos. Contiene:

DiapositivaDuración
Bloqueo del ejecutor10 minutos
Pin20 minutos
Traits asíncronos5 minutos
Cancelación20 minutos