222 B
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.