Showing results for co_yield - C++ Team Blog

Jan 27, 2017
0
0

`yield` keyword to become `co_yield` in VS 2017

EricMittelette
EricMittelette

Coroutines—formerly known as “C++ resumable functions”—are one of the Technical Specifications (TS) that we have implemented in the Visual C++ compiler. We’ve supported coroutines for three years—ever since the VC++ November 2013 CTP release. If you’re using coroutines you should be aware that the keyword `yield` is being removed in the release of...

Coroutine