![]() |
CloudBuilder C++ SDK
v3.0.0
Making social games is easy !
|
#include <CotCHelpers.h>
Classes | |
struct | ConditionallyScopedLock |
struct | ScopedLock |
Public Member Functions | |
void | Lock () |
void | Unlock () |
Friends | |
class | CConditionVariable |
Represents a mutex. Locks content for mutually exclusive access on two threads. Just call Lock when you want to access data, and Unlock when you are done.