Async-await on stable Rust!
https://blog.rust-lang.org/2019/11/07/Async-await-stable.html [blog.rust-lang.org]
2019-11-08 02:00
On this coming Thursday, November 7, async-await syntax hits stable Rust, as part of the 1.39.0 release. This work has been a long time in development -- the key ideas for zero-cost futures, for example, were first proposed by Aaron Turon and Alex Crichton in 2016! -- and we are very proud of the end result. We believe that Async I/O is going to be an increasingly important part of Rust’s story.