3303-flashcards/hATaBiZQ - 3303/aUL2yRwS - What happens to a threads state during an IO operation like reading a file.md
gwg313 e83b60af4f
first commit
update readme

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

234 B

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.