An Infinite Data Stream with Coroutines in C++20--Rainer Grimm
More coroutines.
An Infinite Data Stream with Coroutines in C++20
by Rainer Grimm
From the article:
In this post, I analyze the new keyword co_yield. Thanks to co_yield, you can create an infinite data stream in C++20...