C++20 协程# Contents: 理解 co_await 运算符 编译器与库的交互 辨析 Awaiters & Awaitables 理解 promise_type 协程初始挂起点(The initial-suspend point) 通过 co_return 从协程返回 协程最终挂起点(The final-suspend point) 编译器选择适当的 promise_type 的原则 协程相关文档#