10 lines
No EOL
222 B
Markdown
10 lines
No EOL
222 B
Markdown
|
|
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**.
|
|
|