6 lines
249 B
Markdown
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.
|