0
0

[–] vickoza ago 

They forgot about concepts and ranges V1. I really need to practice with Co-routines and I hope contracts are introduced in C++ 23.

0
0

[–] castarco ago 

In my opinion, the modules feature is going to be more important than the coroutines one.

0
1

[–] ThisIsMyRealName 0 points 1 point (+1|-0) ago 

Coroutines are cool. I've never figured out how to write any code which uses them (looking at you, Python asyncio), but it's cool that some people can.

0
0

[–] glassuser ago 

I'm gonna bet that practically 100% of coroutines won't be seen outside of optimizations of what are effectively higher level languages.

0
0

[–] hedidnothingwrong ago 

Guess that's another thing I'll have to look into.