Using C++ Coroutines to simplify async UWP code--Eric Mittelette

The async pattern needed to write UWP apps (or simply "Universal apps") is not so easy to grasp, especially in C++. Eric from the Visual C++ team explains how the experimental Coroutines feature available in Visual Studio 2015 helps simplify async UWP code:

Using C++ Coroutines to simplify async UWP code

From the article:

C++ Coroutines can simplify your async code, and make the code easy to understand, write, and maintain...

Add a Comment

Comments are closed.

Comments (1)

0 0

Wil Evers said on Apr 8, 2016 11:41 AM:

Am I reading isocpp.org? Whatever this is about, it's not about standard C++.