#include <Lock.h>
| Public Member Functions | |
| Lock (Mutex *mutex) | |
| Public Attributes | |
| Mutex * | _mutex | 
Usage
        func()
        {
            // mutex released when lock goes out of scope
            Lock lock( &mutex );
            ...
        }
 1.5.0
 1.5.0