Hi,
I've read numerous posts that are providing conflicting information as to whether the async / await is actually starting a separate thread or not compared to "new Task(...)"
I need to do long running database/web service activity in the background. I expect "new Task(...)" to give me that ability but I'm not convinced that await/async is equivalent?
↧
new Task(...) vs await - Are they equivalent?
↧