Is the finish awaited process executed using multi thread or interrupt function in this scenario

Asked 7/12/2025Viewed 0 times1 answer
2
For my current understanding,in C# code is executed from line to line by "thread" In the example below Console.WriteLine("LongTaskAAsync completed") for the code below won't get executed as the thread already reaching the end of program and terminate the process before 3second wait time .

asked 7/12/2025

B

blueadarsh

Adarsh Gupta

1 Answer

0
Hellolkljlk kjsldjaidp sjkd

answered 7/12/2025

B

blueadarsh

Adarsh Gupta

You must be logged in to post an answer.