6 lines
280 B
Markdown
6 lines
280 B
Markdown
|
|
Why might equal-priority threads behave differently on Windows vs. early Unix Green Threads?
|
|
|
|
---
|
|
|
|
⏳ In Windows Native Threads, equal-priority threads **timeslice**, whereas many Green Thread implementations do not support timeslicing (one runs until it blocks or terminates).
|