3303-flashcards/hATaBiZQ - 3303/A3CJPTxL - What is the difference between System Threads and User Threads.md
gwg313 e83b60af4f
first commit
update readme

reformat
2026-04-20 23:10:20 -04:00

253 B

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