Planet of the Crabs
šŸ¦€ fearless rust


Async & Await in Rust: a full proposal

Posted on by woboats@gmail.com (boats)

I’m really excited to announce the culmination of much of our work over the last four months: a pair of RFCs for supporting async & await notation in Rust. This will be very impactful for Rust in the network services space. The change is proposed as two RFCs: RFC #2394: which adds async & await notation to the language. RFC #2395: which moves a part of the futures library into std to support that syntax.