mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Implemented some more Linux equivalents
This commit is contained in:
@@ -56,7 +56,7 @@ ThreadPool::ThreadPool(std::unique_ptr<std::vector<std::thread>> &thread_pool, i
|
||||
RunNextTask();
|
||||
// Possibly don't need but here to prevent 100% usage for loop
|
||||
sleep(300);
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user