![]() |
Zen
A cross-platform functional programming language
|
Intrinsic mutex locker type. More...
#include <zbl.hpp>
Public Member Functions | |
| mutexlocker (mutex &mx) | |
| Default constructor. | |
Private Attributes | |
| QMutexLocker | _val |
| The value. | |
Intrinsic mutex locker type.
| mutexlocker | ( | mutex & | mx | ) | [inline, explicit] |
Default constructor.
| mx | The mutex to lock |