how can make thread in c#? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

how can make thread in c#?

threading & parallel prigramming in c#

17th May 2018, 11:07 AM
Amir.H.Z
Amir.H.Z - avatar
1 Answer
+ 2
https://code.sololearn.com/c3y07A5xYV4l/?ref=app create the method that the thread needs to execute create a object of type thread start the thread join the thread with the main thread
17th May 2018, 7:46 PM
sneeze
sneeze - avatar