Coroutine (C++)

Coroutines are lightweight and trivial to synchronize. They are perfect for small bits of incremental computation, like iterators and tokenizers. - Coroutines in C (2000) / HN

see also

Written on November 2, 2023, Last update on October 12, 2025
c++ coroutine