|
Re: scheduling policy in 2011 FRC Java Framework
In this implementation of Java, threads of the same priority will preempt each other (so it's not a "run until completion" policy), but it is based on the number of bytecodes executed, not strictly time based.
|