| 23 | , milliseconds(milliseconds), iters(iters) {} |
| 24 | |
| 25 | ~ProgressWorker() { |
| 26 | delete progress; |
| 27 | } |
| 28 | |
| 29 | void Execute (const AsyncProgressWorker::ExecutionProgress& progress) { |
| 30 | for (int i = 0; i < iters; ++i) { |
nothing calls this directly
no outgoing calls
no test coverage detected