mirror of
https://github.com/badaix/snapcast.git
synced 2025-09-15 00:13:23 +08:00
abortable sleep
This commit is contained in:
@ -59,7 +59,7 @@ void Watchdog::stop()
|
||||
|
||||
void Watchdog::trigger()
|
||||
{
|
||||
std::unique_lock<std::mutex> lck(mtx_);
|
||||
// std::unique_lock<std::mutex> lck(mtx_);
|
||||
cv_.notify_one();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user