async/await for easier concurrency
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!
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!