Nvwa
1.1
|
In essence Loki ObjectLevelLockable re-engineered to use a fast_mutex class. More...
Go to the source code of this file.
Classes | |
class | nvwa::object_level_lock< _Host > |
Helper class for object-level locking. More... | |
class | nvwa::object_level_lock< _Host >::lock |
Type that provides locking/unlocking semantics. More... | |
Namespaces | |
nvwa | |
Namespace of the nvwa project. | |
In essence Loki ObjectLevelLockable re-engineered to use a fast_mutex class.
Check also Andrei Alexandrescu's article "Multithreading and the C++ Type System" for the ideas behind.