7 lines
203 B
Markdown
7 lines
203 B
Markdown
|
|
|
|
## How does the **OS Scheduler** view the population of threads?
|
|
|
|
---
|
|
|
|
🎟️ It sees them as **tokens** moving through various states (e.g., Ready, Running, Waiting, Dead) and managed within queues.
|