rust-atomics-and-locks
rust-atomics-and-locks copied to clipboard
Potential infinite loop in the end of chapter 5
The content that the question is about
No response
The question
In the last example in chapter 5, if the sender is dropped without sending, won't the reciever be stuck forever waiting for a message?