10 lines
No EOL
253 B
Markdown
10 lines
No EOL
253 B
Markdown
|
|
What is the difference between **System Threads** and **User Threads**?
|
|
|
|
---
|
|
|
|
👥
|
|
|
|
- **User Threads**: Run the actual application and middleware logic.
|
|
- **System Threads**: Run OS services and the scheduler itself (there may be hundreds of these).
|
|
|