By mswatcher
via codexpert.ro
Submitted: Feb 26 2013 / 01:47
In a previous post I introduced the C++11 support for threads. In this article I will discuss the locking features provided by the standard that one can use to synchronize access to shared resources. The core syncing primitive is the mutex, which comes in four flavors, in the header:
Add your comment