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

TypeNameDescription
[C++] Constructor() Locks LocalMutex object.
[C++] Destructor() Unlocks LocalMutex object.
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.