Thursday, November 27, 2014

Coroutines with await 2.0

Another presentation from CppCon 2014, by Gor Nishanov, this time about a new proposal to C++11 named "Await 2.0" with Stackless Resumable Functions.
I'm not a big fan of coroutines but they do have their usage, and the first 10 minutes of the presentation are well worth the time because he provides the best explanation of the multiple variants of coroutines in existance.

He also provides several examples, which help to understand some of the concepts related to coroutines.


No comments:

Post a Comment