std::generator in C++23 — The Complete Deep Dive
C++20 gave us coroutines — a powerful mechanism for writing asynchronous code and lazy sequences. But it gave us the machinery without the standard library support. You could write coroutines, but to
moderncppguide.hashnode.dev36 min read