Episode
Async Programming Improvements for C++ and UWP
with Peter Torr, Eric Mittelette, Gor Nishanov
In this video, you’ll see how C++ Coroutines can dramatically simplify the Async coding pattern for UWP, whilst boosting readability and maintainability. As with many other languages, C++ now has an “await”-like feature that lets functions suspend and resume without blocking their threads. The new C++ co_await keyword can be used with both standard C++ and C++/CX, and is supported for both Universal Windows Apps and Classic Windows Apps.
In this video, you’ll see how C++ Coroutines can dramatically simplify the Async coding pattern for UWP, whilst boosting readability and maintainability. As with many other languages, C++ now has an “await”-like feature that lets functions suspend and resume without blocking their threads. The new C++ co_await keyword can be used with both standard C++ and C++/CX, and is supported for both Universal Windows Apps and Classic Windows Apps.
Have feedback? Submit an issue here.