mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 13:37:03 +03:00
catching up (trying to) wiht CSpot
This commit is contained in:
@@ -15,7 +15,7 @@ namespace bell
|
||||
/// Queue
|
||||
std::queue<dataType> m_queue;
|
||||
/// Mutex to controll multiple access
|
||||
std::mutex m_mutex;
|
||||
mutable std::mutex m_mutex;
|
||||
/// Conditional variable used to fire event
|
||||
std::condition_variable m_cv;
|
||||
/// Atomic variable used to terminate immediately wpop and wtpop functions
|
||||
|
||||
Reference in New Issue
Block a user