3303-flashcards/hATaBiZQ - 3303/PhHltFaw - Why might equal-priority threads behave differently on Windows vs early Unix Green Threads.md
2026-04-20 23:08:47 -04:00

280 B

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