| 49 | |
| 50 | template<typename TDatums, typename TWorker> |
| 51 | SubThread<TDatums, TWorker>::~SubThread() |
| 52 | { |
| 53 | } |
| 54 | |
| 55 | template<typename TDatums, typename TWorker> |
| 56 | bool SubThread<TDatums, TWorker>::workTWorkers(TDatums& tDatums, const bool inputIsRunning) |
nothing calls this directly
no outgoing calls
no test coverage detected