Looking at Unity finally made me understand the point of C++ coroutines
https://mropert.github.io/2026/03/20/unity_cpp_coroutines/
#cpp
#cplusplus
Looking at Unity finally made me understand the point of C++ coroutines · Mathieu Ropert

I had seen many talks about coroutines but it never really clicked where I could use them outisde of async IO. Until I looked at how Unity uses them in C#.