- Coroutines (C++20): https://en.cppreference.com/w/cpp/language/coroutines
- Coroutine, 异步,同步,async, await: https://zhuanlan.zhihu.com/p/237067072
- The Coroutine in C++ 20 协程初探: https://zhuanlan.zhihu.com/p/237952115
- The Coroutine in C++ 20 协程之诺: https://zhuanlan.zhihu.com/p/239792492
- A Simple C++ Coroutine: https://zhuanlan.zhihu.com/p/237983611
- C++ 20 协程 Coroutine(1,基础): https://zhuanlan.zhihu.com/p/561623494
- C++ 20 协程 Coroutine(2,等待体):https://zhuanlan.zhihu.com/p/561864514
- C++ 20 协程 Coroutine(3,剖析):https://zhuanlan.zhihu.com/p/561884301
- 初探 C++20 协程: https://sf-zhou.github.io/coroutine/cpp_20_coroutines.html
- 再探 C++20 协程: https://sf-zhou.github.io/coroutine/cpp_20_explore_coroutines.html
- C++20协程原理和应用: https://zhuanlan.zhihu.com/p/498253158
- C++20 新特性 协程 Coroutines(1): https://zhuanlan.zhihu.com/p/349210290
- C++20 新特性 协程 Coroutines(2): https://zhuanlan.zhihu.com/p/349710180
- C++20 新特性 协程 Coroutines(3): https://zhuanlan.zhihu.com/p/356752742
- 协程:Rust 与 C++ 20: https://howardlau.me/programming/coroutines-rust-cpp20.html
- Coroutine Theory: https://lewissbaker.github.io/2017/09/25/coroutine-theory
- C++ Coroutines: Understanding operator co_await: https://lewissbaker.github.io/2017/11/17/understanding-operator-co-await
- facebook/folly: https://github.com/facebook/folly/tree/main/folly/experimental/coro