I have a set of roughly 20 threads and i want to schedule them so they run in a set order. Is there a way to do this. I have tried using priority and setting the priority 1-10 but the scheduler still seems to execute threads at its own order. Btw im working in Java
Is there a way to run threads in a set order ?
Thanks regards Mike