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

Method AsyncDispatchWorker

src/thundersvm/util/log.cpp:2185–2187  ·  view source on GitHub ↗

AsyncDispatchWorker

Source from the content-addressed store, hash-verified

2183
2184// AsyncDispatchWorker
2185AsyncDispatchWorker::AsyncDispatchWorker() {
2186 setContinueRunning(false);
2187}
2188
2189AsyncDispatchWorker::~AsyncDispatchWorker() {
2190 setContinueRunning(false);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected