| 6824 | |
| 6825 | template <class T> |
| 6826 | inline void AsyncProgressWorker<T>::Execute() { |
| 6827 | ExecutionProgress progress(this); |
| 6828 | Execute(progress); |
| 6829 | } |
| 6830 | |
| 6831 | template <class T> |
| 6832 | inline void AsyncProgressWorker<T>::OnWorkProgress(void*) { |
nothing calls this directly
no outgoing calls
no test coverage detected