.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?
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
Post a Comment