Commit 407bf5e1ad70762b24a811bddf961121109f2b73
- Diff rendering mode:
- inline
- side by side
lib/ThreadPool.cpp
(1 / 1)
|   | |||
| 61 | 61 | { | |
| 62 | 62 | for(int i = 0; i < m_threadCount; ++i) | |
| 63 | 63 | { | |
| 64 | m_threads[i]->quit; | ||
| 64 | m_threads[i]->quit(); | ||
| 65 | 65 | m_threads[i]->wait(10000); // 10 seconds | |
| 66 | 66 | delete m_threads[i]; | |
| 67 | 67 | delete m_workers[i]; |

