Question
A process calls receive and sleeps until a message arrives. Which receive semantics are being used?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Blocking receive
Explanation:
A blocking receive suspends the caller when no suitable message is available.
The process becomes runnable again after a matching message arrives.
Leave a Reply