3303-flashcards/hATaBiZQ - 3303/CmbphXLi - How does Timeslicing change the execution of equal-priority threads.md
2026-04-20 23:08:47 -04:00

6 lines
249 B
Markdown

How does **Timeslicing** change the execution of equal-priority threads?
---
🔄 The scheduler uses a **Round-Robin** approach, allowing each thread to run for a **fixed amount of time** before switching to the next thread of the same priority.