Arch Sub-System: Threading - MutexLock |
01 | This small helper locks a LocalMutex object at construction and unlocks it at destruction, simulating [C#] lock() { } or [Java] synchronized() { } statements. |
02 |
[C++] class MutexLock |
03 |
Public Methods
|
04 |
Reference: net::semys Implementation: Semys Architecture See Also: Arch Threading Sub-System |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |