Where is the call stack “stored” when a true async operation takes place?

前端 未结 0 638
广开言路
广开言路 2020-12-01 06:02

Say we have the following program

public class Program
{
    public static async Task Main(string[] args)
    {
        var x = 5;
        var y = await FooAs         


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