6 lines
234 B
Markdown
6 lines
234 B
Markdown
|
|
What happens to a thread's state during an **I/O operation** (like reading a file)?
|
|
|
|
---
|
|
|
|
📥 The thread enters the **I/O blocked** state when the request is made and only becomes **Runnable** again once the **I/O is completed**.
|