Control Surface  1.2.0
MIDI Control Surface library for Arduino
Public Member Functions | List of all members
EmptyLockGuard< Mutex > Struct Template Reference

Lock guard that doesn't lock it's mutex, used on single-core systems. More...

#include <AH/Containers/Mutex.hpp>

+ Collaboration diagram for EmptyLockGuard< Mutex >:

Public Member Functions

 EmptyLockGuard (Mutex &)
 
 ~EmptyLockGuard ()
 

Detailed Description

template<class Mutex>
struct EmptyLockGuard< Mutex >

Lock guard that doesn't lock it's mutex, used on single-core systems.

Definition at line 11 of file Mutex.hpp.

Constructor & Destructor Documentation

◆ EmptyLockGuard()

EmptyLockGuard ( Mutex &  )
inline

Definition at line 12 of file Mutex.hpp.

◆ ~EmptyLockGuard()

~EmptyLockGuard ( )
inline

Definition at line 13 of file Mutex.hpp.


The documentation for this struct was generated from the following file: