From Problem to Coroutine: Reducing I/O Latency - Cheinan Marks - CppCon 2021
C++ Coroutines, from Scratch (part 2 of 2) - Phil Nash - CppNow 2022
Asynchrony with ASIO and coroutines - Andrzej Krzemieński - code::dive 2022
Asynchronous I/O and coroutines for smooth data streaming - Björn Fahller - NDC TechTown 2021
How FastAPI Handles Requests Behind the Scenes
Introduction to C++ Coroutines Through a Thread Scheduling Demonstration - Dian-Lun Lin CppNow 2023
Björn Fahller - Asynchronous I/O and coroutines for smooth data streaming - Meeting C++ online
Asynchronous I/O and Coroutines for Smooth Data Streaming - Björn Fahller - ACCU 2022
Implementing a C++ Coroutine Task from Scratch - Dietmar Kühl - ACCU 2023
CppCon 2016: Kenny Kerr & James McNellis “Putting Coroutines to Work with the Windows Runtime"
C++ Coroutines From Scratch - Phil Nash - ACCU 2023
Overcoming asyncio Streaming Bottlenecks in Python with Gevent
Concurrency made easy with Kotlin Coroutines by Riccardo Lippolis
Async With Coroutines - Some Practical Experience
Applied C++20 Coroutines - Jim Pascoe - ACCU 2023
C++ London, May : Corobatch - Batch operations, simply, with coroutines
Automatically Process Your Operations in Bulk With Coroutines - Francesco Zoffoli - CppCon 2021
Value-oriented Design in an Object-oriented System - Juan Pedro Bolivar Puente - CppCon 2021
Slowing Down to Be Faster: C++ and Divisible Algorithms in Real-Time Systems - Patrice Roy CppNorth
co await all the things by Dietmar Kuhl