You can login if you already have an account or register by clicking the button below.
Registering is free and all you need is a username and password. We never ask you for your e-mail.
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.
Sort: Top
[–] ThisIsMyRealName 0 points 1 point 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.
[–] hedidnothingwrong ago
Guess that's another thing I'll have to look into.
[–] 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.
[–] 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.
[–] castarco ago
In my opinion, the modules feature is going to be more important than the coroutines one.