Library of Assembled Shared Sources
lass::util::Mutex Class Reference

Mutex. More...

#include <thread.h>

Inheritance diagram for lass::util::Mutex:
Collaboration diagram for lass::util::Mutex:

Detailed Description

Mutex.

See also
MutexLocker A mutex is a systemwide synchronization object. It is heavier in use than a critical section. For exception-safe basic use, the MutexLocker can be used.

Definition at line 139 of file thread.h.


The documentation for this class was generated from the following files: