| 2187 | } |
| 2188 | |
| 2189 | AsyncDispatchWorker::~AsyncDispatchWorker() { |
| 2190 | setContinueRunning(false); |
| 2191 | ELPP_INTERNAL_INFO(6, "Stopping dispatch worker - Cleaning log queue"); |
| 2192 | clean(); |
| 2193 | ELPP_INTERNAL_INFO(6, "Log queue cleaned"); |
| 2194 | } |
| 2195 | |
| 2196 | bool AsyncDispatchWorker::clean(void) { |
| 2197 | std::mutex m; |
nothing calls this directly
no outgoing calls
no test coverage detected