7 lines
191 B
Markdown
7 lines
191 B
Markdown
|
|
|
|
## In a standard priority-based scheduler, which threads are **normally selected** to enter the Running state?
|
|
|
|
---
|
|
|
|
🚀 The threads in the **Runnable state with the highest priorities**.
|