Warning! This version of documentation is OUTDATED, as it describes an older SDK version! Please switch to the documentation for the latest SDK version.
Unigine::ScopedWriterLock Class
Header: | #include <UnigineThread.h> |
This class implements a writer lock operating on a read-write mutex. The scoped part will be locked for writing, excluding all other threads from holding a lock on the mutex at the same time.
ScopedWriterLock Class
Members
static ScopedWriterLockPtr create ( RWMutex & l ) #
Constructs a scoped writer lock for the specified synchronization object (read-write mutex).Arguments
The information on this page is valid for UNIGINE 2.18.1 SDK.
Last update:
2024-04-19
Help improve this article
(or select a word/phrase and press Ctrl+Enter)