Control Surface  1.2.0
MIDI Control Surface library for Arduino
Classes | Typedefs
Mutex.hpp File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  EmptyMutex
 Mutex that doesn't lock anything, used on single-core systems. More...
 
struct  EmptyLockGuard< Mutex >
 Lock guard that doesn't lock it's mutex, used on single-core systems. More...
 

Typedefs

using DefaultMutEx = EmptyMutex
 
template<class Mutex >
using DefaultLockGuard = EmptyLockGuard< Mutex >
 

Typedef Documentation

◆ DefaultMutEx

Definition at line 26 of file Mutex.hpp.

◆ DefaultLockGuard

Definition at line 28 of file Mutex.hpp.