3303-flashcards/hATaBiZQ - 3303/PhHltFaw - Why might equal-priority threads behave differently on Windows vs early Unix Green Threads.md
gwg313 e83b60af4f
first commit
update readme

reformat
2026-04-20 23:10:20 -04:00

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).