.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

How to start daemon on android by adb -

testing - Detect whether test has failed within fixture -

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