Quote:
Originally Posted by wdell
To start the thread, you need to tell it to start() somewhere in your main program
|
If you start several threads at the same priority, what scheduling policy is used to run them concurrently?
Someone said it was not time-based, but rather based on number of bytecodes executed. Is this correct, and can anyone link to a document where this is discussed? I'm referring to the 2011 FRC Java Framework implementation here specifically.