class Mutex
MyCpp::Mutex

Mutex - a primitive for thread synchronization.

Methods
void
lock ()
Locks this mutex.
void
unlock ()
Unlocks this mutex.
lock

Locks this mutex.

void lock ()
unlock

Unlocks this mutex.

void unlock ()