public marks

PUBLIC MARKS from sylvainulg with tags tutorial & concurency

21 January 2014 21:15

C++11 Concurrency Tutorial - Part 2 : Protect shared data

When the std::lock_guard is created, it automatically calls lock() on the mutex.