- fixes & improvements to helper libraries

This commit is contained in:
2019-01-31 10:11:16 +03:00
parent e83f717076
commit 694ced4d25
4 changed files with 37 additions and 3 deletions
+1
View File
@@ -268,6 +268,7 @@ size_t TimerQueue::cancelAll() {
void TimerQueue::run()
{
ThreadHelper::setName("TimerQueue");
while (!m_finish)
{
auto end = calcWaitTime();