Recently, I found myself returning to a compelling series of blog posts titled Zero-cost futures in Rust by Aaron Turon about what would become the foundation of Rust's async ecosyste…| Corrode Rust Consulting
A common refrain is that threads can do everything that async/await can, but simpler. So why would anyone choose async/await?| notgull