These comments are based on n4663 (2017-03-25).
Coroutines add a small number of new expressions to the language:
- co-await expression:
co_await
cast-expression
Good summary: http://cpp.mimuw.edu.pl/files/await-yield-c++-coroutines.pdf
These comments are based on n4663 (2017-03-25).
Coroutines add a small number of new expressions to the language:
co_await
cast-expressionGood summary: http://cpp.mimuw.edu.pl/files/await-yield-c++-coroutines.pdf