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.
view the rest of the comments →
[–] 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.