Comment on Correctly implementing a spinlock in Modern C++Comments−amelius5yHow would you test this?−rigtorp5yDeploy to production :).You can use a model checker that understands C++11 memory model.
Comments
How would you test this?
Deploy to production :).
You can use a model checker that understands C++11 memory model.