.net - Using `__await` to await a TPL task in C++/Cli -


i found out can use keywords __resumable , __await in visual studio 2015 similar c#'s async/await in c++.

now i'm wondering if there way use __await tpl tasks in c++/cli?


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -