mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-09 00:43:59 +08:00
Merge pull request #823 from gooohlan/patch-1
Update ch17-02-concurrency-with-async.md
This commit is contained in:
commit
4011c30416
@ -165,7 +165,7 @@ hi number 9 from the first task!
|
|||||||
<span class="file-name">文件名:src/main.rs</span>
|
<span class="file-name">文件名:src/main.rs</span>
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
{{#rustdoc_include ../listings/ch17-async-await/listing-17-09/src/main.rs:channel}}
|
{{#rustdoc_include ../listings/ch17-async-await/listing-17-10/src/main.rs:channel}}
|
||||||
```
|
```
|
||||||
|
|
||||||
<figcaption>示例 17-10:通过异步信道发送和接收多个消息并在每个消息之间通过 `await` 休眠</figcaption>
|
<figcaption>示例 17-10:通过异步信道发送和接收多个消息并在每个消息之间通过 `await` 休眠</figcaption>
|
||||||
|
Loading…
Reference in New Issue
Block a user