camel
await threads to finish their tasks [Answered]
What I meant is that you need to let your new task run in a new thread, if you want it to be multithreaded.
https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/async/task-asynchronous-programming-model#BKMK_Threads
35 replies