What happens in an async method

https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/async/task-asynchronous-programming-model#BKMK_WhatHappensUnderstandinganAsyncMethod

The most important thing to understand in asynchronous programming is how the control flow moves from method to method. The following diagram leads you through the process.

posted @ 2019-07-28 18:48  ChuckLu  阅读(175)  评论(0)    收藏  举报