|
|
|
|
|
by clarry
2305 days ago
|
|
> Decoupling concurrently running software components via message passing avoids race conditions by design. How am I supposed to read this? It's obviously not "message passing eliminates race conditions", so perhaps it's intended to say something like "you need to design the components to avoid race conditions." |
|
It's possible that they mean "it avoids data races by design".