Closed Mnenmenth closed 3 years ago
C++17 replaced std::lock_guard<> with std::scoped_lock<>, which is strictly a better version
std::lock_guard<>
std::scoped_lock<>
C++17 replaced
std::lock_guard<>
withstd::scoped_lock<>
, which is strictly a better version