bearophile wrote:
Concurrency bugs are far harder to fix (or even to find) than null pointer exceptions. This thread is not about ways to avoid concurrency bugs
The hardest problems are concurrency issues, followed by memory corruption.
bearophile wrote:
Concurrency bugs are far harder to fix (or even to find) than null pointer exceptions. This thread is not about ways to avoid concurrency bugs
The hardest problems are concurrency issues, followed by memory corruption.