Does C# await continuation in main thread always run in same thread?

前端 未结 0 822
醉梦人生
醉梦人生 2021-02-01 00:38

Suppose I have async function with the following code.

var reply = await httpClient.GetAsync(somePath);
ProcessReply(reply);

The async function w

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