TLDR: I think that the primary benefit of async/await is that it lets us concisely express complex concurrency; any (potential) performance improvements are just a second-order effect. We should thus judge async primarily based on how it simplifies our code, not how (or if) it makes the code faster.| Kobzol’s blog
Async Cancellation I| blog.yoshuawuyts.com
Tree-Structured Concurrency| blog.yoshuawuyts.com
Futures Concurrency III: select!| blog.yoshuawuyts.com
Want to follow along with Rust development? Curious how you might get involved? Take a look!| blog.rust-lang.org