6 lines
265 B
Markdown
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.
|