6 lines
263 B
Markdown
6 lines
263 B
Markdown
|
|
How does a **timeslice** affect thread execution in supported systems?
|
|
|
|
---
|
|
|
|
⏳ If timeslicing is supported, a thread will relinquish the processor if its allotted **time interval (timeslice) expires**, allowing other threads of equal priority a chance to run.
|