Building a Coroutine based Job System without Standard Library - Tanki Zhang - CppCon 2020
Fiber Coroutine Based Job System
Converting a State Machine to a C++ 20 Coroutine - Steve Downey - [CppNow 2021]
CppCon 2017: Gor Nishanov “Naked coroutines live (with networking)”
Andreas Buhr: C++ Coroutines
Pavel Novikov - "Understanding Coroutines by Example" - C++ London
Using the C++ Sender/Receiver Framework: Implement Control Flow for Async Processing - Steve Downey
How to start using coroutines - Mikhail Svetkin - NDC TechTown 2021
Powerful Data Processing Pipelines with C++20 Coroutines - Andreas Weis - ACCU 2022
CppCon 2016: James McNellis “Introduction to C++ Coroutines"
Combining Co-Routines and Functions into a Job System - Helmut Hlavacs - CppCon 2021
C++20 Coroutines: Asynchronity reimagined - Miłosz Warzecha - code::dive 2019
Eric Niebler - Working with Asynchrony Generally and AMA at CppEurope 2022
Lua in 100 Seconds
C++20 coroutines in GCC - GNU Tools Cauldron 2019
MCE 2017: Svetlana Isakova, Coroutines in Kotlin
Asynchronous I/O and coroutines for smooth data streaming - Björn Fahller - NDC TechTown 2021
Manage Asynchronous Control Flow With C++ Coroutines - Andreas Weis
CppCon 2017: Jonathan Henson “Naivety of Creating Cross-Platform, Modern C++ Libraries...”
Coroutines for Java Developers by Eugene Petrenko