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 September 27, 2024
c++ coroutine