0
Please, has anyone tried Coroutines in C++? Any thoughts on it?
I really like the idea of coroutines and structured concurrency. I saw it being introduced into C++ 20(experimental, of courseđ), and expected to be stable in C++ 23(at least). Anyone tried and played with it? If so, what do you think about it?
4 Answers
+ 3
Never used it. My C++ work was pre-standardization so it has changed massively.
0
Any thoughts, John Wells ?
0
Ok. Thanks for your answer.
0
Please, John Wells , what do you think about coroutines in Kotlin?