Relative Content

Tag Archive for c#async-await

Task not waited in Console application

Based on this question, I am trying to have a console app run two tasks.
The problem is that the console app exits before the tasks finish running and I don’t know how could I wait for their completion.