I have a main loop, and there are some loops inside it.
I want to multithread the loops inside. (a complete cycle of main loop takes 50-200 milliseconds. the main loop has about 3-4 loops inside)
How much time is needed to create a new Thread?
What is the fastest way to create and destroy threads?
See these extension methods