If I have 10 threads and 3 loops, is there possible (i.e. by specifying specific time in random timers) that some thread from 1st loop won't finish (i.e. all threads from 1st loop are finished, but 9th not) and threads from next loop start to work?
GK

