Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
CS foundations
/
Processes and threads
A thread blocked on socket input receives data. What is the most accurate next-state clai…
from Processes and threads
Node 24
intermediate
3 min
A thread blocked on socket input receives data. What is the most accurate next-state claim?
It must run immediately before every other thread.
It normally becomes runnable; scheduler policy decides when it actually runs.
It creates a new process to read the data.
It remains blocked until its process exits.
Check
Ask AI about this kata
Report an error
next kata
What does joining a thread guarantee that requesting cancellation alone does not?
Quiz
A new version is available
Reload