arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
Mutex.h File Reference
#include "AudioToolsConfig.h"
#include "AudioTools/Concurrency/Mutex.h"
#include <mutex>

Go to the source code of this file.

Classes

class  StdMutex
 Mutex implemntation based on std::mutex. More...
 
class  StdRecursiveMutex
 Mutex implemntation based on std::mutex. More...
 

Namespaces

namespace  audio_tools
 Generic Implementation of sound input and output for desktop environments using portaudio.
 

Typedefs

using Mutex = StdMutex
 Default Mutex implementation using std::mutex.