Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 347 Bytes

async-await-for-easier-concurrency.md

File metadata and controls

7 lines (5 loc) · 347 Bytes

async/await for easier concurrency

Minimum Rust version: nightly

The initial release of Rust 2018 won't ship with async/await support, but we have reserved the keywords so that a future release will contain them. We'll update this page when it's closer to shipping!