Comment on In the C++ bag of tricks: scoped locksComments−ef47d35620c112yC++11 has scoped locks built-in, doesn't it?−steve-howard12yIt offers a variety of them, simplest of which is lock_guard:http://en.cppreference.com/w/cpp/thread/lock_guard
Comments
C++11 has scoped locks built-in, doesn't it?
It offers a variety of them, simplest of which is lock_guard:
http://en.cppreference.com/w/cpp/thread/lock_guard