| 118 | //-------------------------------------------------------------------------- |
| 119 | |
| 120 | void ThreadPool::WorkItem::process() |
| 121 | { |
| 122 | execute(); |
| 123 | mExecuted = true; |
| 124 | } |
| 125 | |
| 126 | //-------------------------------------------------------------------------- |
| 127 |
no test coverage detected