|
|
|
|
|
by pjmlp
605 days ago
|
|
With the caveat that those data races are related to in-process memory being accessed by threads. Which is quite good, but leaves out shared memory with other processes, or threads having data races with external resources, while corner cases they are quite common in distributed computing scenarios. |
|