| 32 | , milliseconds(milliseconds), iters(iters) {} |
| 33 | |
| 34 | ~ProgressWorker() { |
| 35 | delete progress; |
| 36 | } |
| 37 | |
| 38 | void Execute ( |
| 39 | const typename AsyncProgressWorkerBase<T>::ExecutionProgress& progress) { |
nothing calls this directly
no outgoing calls
no test coverage detected