Boost C++ 库

...世界上最受推崇和设计最精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ 编码标准

Next

第 1 章。协程

Oliver Kowalke

根据 Boost 软件许可,版本 1.0 发布。(请参阅随附的文件 LICENSE_1_0.txt 或复制 https://boost.ac.cn/LICENSE_1_0.txt

目录

概述
简介
动机
协程
非对称协程
asymmetric_coroutine<>::pull_type
asymmetric_coroutine<>::push_type
对称协程
symmetric_coroutine<>::call_type
symmetric_coroutine<>::yield_type
属性
栈分配
protected_stack_allocator
standard_stack_allocator
segmented_stack_allocator
stack_traits
stack_context
Valgrind 支持
性能
架构
致谢

Next