You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trpl-zh-cn/src/ch17-06-futures-tasks-threa...

13 lines
508 B

1 month ago
## 结合使用 future、任务和线程
> [ch17-06-futures-tasks-threads.md](https://github.com/rust-lang/book/blob/main/src/ch17-06-futures-tasks-threads.md)
> <br>
> commit 06d73f3935dfec895aec9790127dc8b6fc827ce1
正如我们在[第十六章][ch16]所见,线程提供了一种并发的手段。
[ch16]: ch16-00-concurrency.html
[combining-futures]: ch17-03-more-futures.html#构建我们自己的异步抽象
[streams]: ch17-04-streams.html#组合流
[ch21]: ch21-00-final-project-a-web-server.html