Keyword await[][src]

Expand description

暂停执行,直到 Future 的结果准备就绪为止。

.awaitfuture 将暂停当前函数的执行,直到 executor` 运行 future 为止。

阅读 async book,以获得有关 async/await 和执行程序如何工作的详细信息。

Editions

await 是从 2018 年版开始的关键字。

从 1.39 版本开始,它可以在稳定的 rust 中使用。