.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

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -