Processor Thread Scheduler

Decide which thread to run, which thread to wait to assign it to a thread. In java, a thread is choosen if it's in Runnable state.

Pasted image 20230815161434.png