Zen
A cross-platform functional programming language
|
Intrinsic mutex type. More...
#include <zbl.hpp>
Public Member Functions | |
mutex () | |
Default constructor. | |
QMutex & | get () |
Returns the stored value. | |
Private Attributes | |
QMutex | _val |
The value. |
Intrinsic mutex type.
QMutex& get | ( | ) | [inline] |
Returns the stored value.