This repository has been archived by the owner on May 5, 2019. It is now read-only.
forked from rust-lang/edition-guide
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
815ac18
commit 534a54d
Showing
10 changed files
with
104 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 2 additions & 4 deletions
6
src/rust-2018/control-flow/async-await-for-easier-concurrency.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
# async/await for easier concurrency | ||
# async/await 早期的并发 | ||
|
||
![Minimum Rust version: nightly](https://img.shields.io/badge/Minimum%20Rust%20Version-nightly-red.svg) | ||
|
||
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! | ||
Rust 2018 的初始版本不会附带 `async`/`await` 支持,但是我们保留了关键字,以便将来的版本包含它们。我们将在接近发布的时候更新此页面! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Control flow | ||
# 流程控制 | ||
|
||
[async_await]: async-await-for-easier-concurrency.md | ||
|
||
In this chapter of the guide, we discuss a few improvements to control flow. | ||
The most notable of these *will* be [`async` and `await`][async_await]. | ||
在本章节中,我们将讨论流程控制的改进,更多的关注点在 [`async` 和 `await`][async_await]。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.