7 lines
216 B
Markdown
7 lines
216 B
Markdown
|
|
|
|
## What are **Green Threads**?
|
|
|
|
---
|
|
|
|
🌳 A thread model where the **JVM is completely responsible** for thread management (stack, PC, bookkeeping). The underlying operating system is **unaware** of these threads.
|