They will change a lot of things.
C++20: Coroutines - A First Overview
by Rainer Grimm
From the article:
C++20 provides four features that change the way we think about and write modern C++: concepts, the ranges library, coroutines, and modules. I already wrote a few posts to concepts and the ranges library. Let's have a closer look at coroutines...
Add a Comment
Comments are closed.