I spent the afternoon searching for a C++ race condition. I finally isolated it to a single function, only to see a comment in that code: “// this is not thead safe”. Too true…
Comments are closed.
I spent the afternoon searching for a C++ race condition. I finally isolated it to a single function, only to see a comment in that code: “// this is not thead safe”. Too true…
Comments are closed.
I tend to label them with // threading nightmare waiting to happen.