I installed the async package in .net 4.0. this gives me the ability to use async / wait keywords in my applications.
as I understand it so far, I can use wrap my task.run code in async / await and have the same result as using task.run with a continuation.
It's true? or are there deeper differences?
e4rthdog
source share