6.4. await 表达式6.4. await 表达式挂起 coroutine 的执行以等待一个 awaitable 对象。 只能在 coroutine function 内部使用。 await_expr ::= "await" primary 3.5 新版功能.