C# Threading
The idea of threading is to execute code simultaneously.
What I'm doing down below is testing the task prioritization of the four threads that I made. Each of the four threads will take in a number as input and will use that number to perform differe...
richarddalmacio.com5 min read