《Effective Modern C++》Item 40:Use std::atomic for concurrency, volatile for special memory

NoSuchKey