Jonathan Emmett

Senior Software Engineer, Visual C++

Developer on the Visual C++ compiler front-end.

Post by this author

C++20 Coroutine Improvements in Visual Studio 2019 version 16.11

This post includes contributions from Terry Mahaffey and Ramkumar Ramesh. We last blogged about coroutine support in Visual Studio 2019 version 16.8. In the releases since 16.8 we've introduced several new coroutine features and improvements. This post is a round up of those improvements, all available in Visual Studio 2019 16.11. ...

C++ Coroutines in Visual Studio 2019 Version 16.8

Please see our Visual Studio 2019 version 16.8 Preview 3 release notes for more of our latest features. It's been a long journey for coroutines in C++ and in MSVC. We announced an early preview of resumable functions in 2013, followed up by the switch and initial C++ standardization proposals in 2014, to proposal revisions in 2015, and ...