Sleep thread

This commit is contained in:
WSAL Evan
2025-11-24 20:18:17 -05:00
parent 4a0cad36e5
commit db251e4556
+2
View File
@@ -39,6 +39,8 @@ namespace WillowVox
{
while (true)
{
std::this_thread::sleep_for(std::chrono::milliseconds(5));
std::function<void()> job;
{
/*m_mutexCondition.wait(lock, [this] {