Luanti 5.10.0-dev
 
Loading...
Searching...
No Matches
mutex_auto_lock.h File Reference
#include <mutex>
+ Include dependency graph for mutex_auto_lock.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using MutexAutoLock = std::lock_guard<std::mutex>
 
using RecursiveMutexAutoLock = std::lock_guard<std::recursive_mutex>
 

Typedef Documentation

◆ MutexAutoLock

using MutexAutoLock = std::lock_guard<std::mutex>
Deprecated
use std::lock_guard directly

◆ RecursiveMutexAutoLock

using RecursiveMutexAutoLock = std::lock_guard<std::recursive_mutex>
Deprecated
use std::lock_guard directly