mirror of
https://github.com/ApfelTeeSaft/WV-Core.git
synced 2026-08-26 19:43:26 +00:00
Sleep thread
This commit is contained in:
@@ -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] {
|
||||
|
||||
Reference in New Issue
Block a user