| 20 | , iters(iters) {} |
| 21 | |
| 22 | ~ProgressQueueWorker() { |
| 23 | delete progress; |
| 24 | } |
| 25 | |
| 26 | void Execute (const AsyncProgressQueueWorker::ExecutionProgress& progress) { |
| 27 | for (int i = 0; i < iters; ++i) { |
nothing calls this directly
no outgoing calls
no test coverage detected