3303-flashcards/hATaBiZQ - 3303/M5a51LQa - What are the scheduling characteristics of most Green Thread implementations.md
2026-04-20 23:08:47 -04:00

6 lines
265 B
Markdown

What are the scheduling characteristics of most **Green Thread** implementations?
---
⚖️ They typically support **priority-based, preemptive scheduling**, but most do **not** support timeslicing. They often use **priority inheritance** to prevent inversion.