I have an app with 2 threads (now), but it seems that function Thread.Sleep() doesn\'t work very good. It sleeps threads but it takes much more time (for example- I want to
The parameter passed into Thread.Sleep is a minimum time to sleep, not an exact time.