What does adding .Wait() do to Async function call?

后端 未结 0 971
眼角桃花
眼角桃花 2020-12-10 21:27

I would like to understand the functionality and result what I have. What is the difference when I run

 a.Print();
 a.Print().Wait();

  static void Main(stri         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题