AsyncDispatchWorker
| 2183 | |
| 2184 | // AsyncDispatchWorker |
| 2185 | AsyncDispatchWorker::AsyncDispatchWorker() { |
| 2186 | setContinueRunning(false); |
| 2187 | } |
| 2188 | |
| 2189 | AsyncDispatchWorker::~AsyncDispatchWorker() { |
| 2190 | setContinueRunning(false); |
nothing calls this directly
no outgoing calls
no test coverage detected