- boost.context
- https://www.boost.org/doc/libs/1_84_0/libs/context/doc/html/context/overview.html
- make: https://github.com/twlostow/libcontext/blob/master/make_x86_64_sysv_elf_gas.S
- jump: https://github.com/twlostow/libcontext/blob/master/jump_x86_64_sysv_elf_gas.S
- c++20
- [A Comprehensive Discussion on C++20 Coroutines](https://www.alibabacloud.com/blog/a-comprehensive-discussion-on-c%2B%2B20-coroutines_600889)
- [浅谈C++20 协程那点事儿 - 阿里技术](https://www.baihezi.com/post/222276.html)
- https://lewissbaker.github.io/
- [asio c++20 coroutines support源码分析](https://zhuanlan.zhihu.com/p/586489211)
- folly
- [folly协程Task学习](https://www.yinkuiwang.cn/2023/09/24/Folly%20coro%E5%AD%A6%E4%B9%A0/)
- [folly-Fiber](https://critical27.github.io/%E6%BA%90%E7%A0%81/%E5%AD%A6%E4%B9%A0/folly-Fiber/)
- 其他实现库
- [alibaba async_simple](https://alibaba.github.io/async_simple/docs.cn/GetStarted.html)
- [alibaba/PhotonLibOS](https://github.com/alibaba/PhotonLibOS)
- [babylon coroutine](https://github.com/baidu/babylon/tree/main/docs/coroutine)
- [Tencent/libco](https://github.com/Tencent/libco)
- https://github.com/lewissbaker/cppcoro
- https://github.com/acl-dev/open-coroutine
- [Tencent/fiber](https://github.com/Tencent/flare/blob/master/flare/doc/fiber.md)
- [brpc support c++20 coroutine](https://github.com/apache/brpc/pull/2121)