7 lines
221 B
Markdown
7 lines
221 B
Markdown
|
|
What is **Preemptive, Priority-Based Scheduling**?
|
|
|
|
---
|
|
|
|
🥊 A scheduling policy where a lower-priority thread is **forced to stop running** (preempted) as soon as a higher-priority thread becomes **ready to run**.
|
|
|