trpl-zh-cn/src/ch17-03-more-futures.md

8 lines
322 B
Markdown
Raw Normal View History

2024-10-20 23:44:05 +08:00
## 使用任意数量的 futures
2024-10-29 20:07:09 +08:00
> [ch17-03-more-futures.md](https://github.com/rust-lang/book/blob/main/src/ch17-03-more-futures.md)
> <br>
> commit 9e85fcc9938e8f8c935d0ad8b4db7f45caaa2ca4
当我们在上一部分从使用两个 future 到三个 future 的时候,我们也必须从使用 `join` 切换到 `join3`