3303-flashcards/hATaBiZQ - 3303/Geb1p9t1 - What is the difference between the Ready to Run and Running states.md
gwg313 e83b60af4f
first commit
update readme

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

9 lines
No EOL
273 B
Markdown

## What is the difference between the **Ready to Run** and **Running** states?
---
🚦
- **Ready to Run**: The thread is in the Runnable pool and waiting for a processor to become available.
- **Running**: The thread's code is actively being executed by a processor.