3303-flashcards/hATaBiZQ - 3303/bL9GptCK - How many threads can be in the Running state at any given time.md
gwg313 e83b60af4f
first commit
update readme

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

222 B

How many threads can be in the Running state at any given time?


💻

  • On a single-processor computer: At most one thread.
  • On a multi-processor computer: At most one thread per processor.