C++/WinRT中的异步
字数统计:1898
该文章是对微软的C++/WinRT文档的补充,微软的文档比较全面的介绍了C++/WinRT中异步的基本概念和用法,但它在一些问题上仍然模糊不清。在看这篇文章之前,应该先看Concurrency and asynchronous operations with C++/WinRT以及Advanced concurrency and asynchrony with C++/WinRT,最好还可以看看我的C++协程教程。