MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / ~AsyncDispatchWorker

Method ~AsyncDispatchWorker

src/thundersvm/util/log.cpp:2189–2194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2187}
2188
2189AsyncDispatchWorker::~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
2196bool AsyncDispatchWorker::clean(void) {
2197 std::mutex m;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected