读oldnewthing笔记(三):Coroutine相关Part1:Awaitable Objects

跟随oldnewthing复习一下C++ Coroutine。这里有张Coroutine的学习路线图:A map through the three major coroutine series。 第一部分: Awaitable Objects。 ...

July 22, 2021

学习C++/WinRT的Coroutine的应用

C++/WinRT中的IAsyncInfo是采用coroutine来实现的。 ...

July 21, 2021

C++/WinRT学习笔记(十一):异常处理

...

June 22, 2020

C++/WinRT学习笔记(十):扩展作成类

...

May 23, 2020

C++/WinRT学习笔记(九):Agile对象

...

May 20, 2020

读oldnewthing笔记(二):COM Context相关

三人行,必有我师矣!读oldnewthing笔记。 ...

April 5, 2020

读oldnewthing笔记(一):await_suspend以及DispatcherQueue

三人行,必有我师矣!读oldnewthing笔记。 ...

February 1, 2020

C++/WinRT学习笔记(八):异步处理进阶

More advanced concurrency and asynchrony Offloading work onto the Windows thread pool co_await winrt::resume_background()可以把Coroutine挂起之后在线程池(Windows thread po...

January 30, 2020

C++/WinRT学习笔记(七):事件的生成和处理、以及对比C#

...

December 19, 2019

C++/WinRT学习笔记(六):接口的录用和作成

...

December 17, 2019

C++/WinRT学习笔记(五):异步操作和强弱引用

C++/Winrt学习笔记 ...

December 7, 2019

Win32和WinRT的区别

...

November 19, 2019