TotT: Finding Data Races in C++

<<If you’ve got some multi-threaded code , you may have data races in it. Data races are hard to find and reproduce – usually they will not occur in testing but will fire once a month in production. For example, you ask each of your two interns to bring you a bottle of beer. This will us…>>   (more…)

See original post by Chris Gilmer