Tuzaklar
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.
Bu bölüm yaklaşık 55 dakika sürmelidir. İçerir:
Slayt | Süre |
---|---|
Yürütücünün/Çalıştırıcının (Executor) Engellenmesi | 10 dakika |
Pin | 20 dakika |
Async Özellikleri (Traits) | 5 dakika |
İptal (Cancellation) | 20 dakika |