|
|
|
|
|
by Gankro
3930 days ago
|
|
A simple example of this would be two threads with two channels to each-other. A is in channel A, B is in channel B. While blocked on channel A, thread 1 can't handle messages in channel B. Certainly a bit more contrived then deadlock with locks, though (which you can easily do with even a single thread, even in Rust). |
|