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

Method start

src/thundersvm/util/log.cpp:2214–2219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2212}
2213
2214void AsyncDispatchWorker::start(void) {
2215 base::threading::msleep(5000); // 5s (why?)
2216 setContinueRunning(true);
2217 std::thread t1(&AsyncDispatchWorker::run, this);
2218 t1.join();
2219}
2220
2221void AsyncDispatchWorker::handle(AsyncLogItem* logItem) {
2222 LogDispatchData* data = logItem->data();

Callers 2

TESTFunction · 0.80
StorageMethod · 0.80

Calls 1

msleepFunction · 0.85

Tested by 1

TESTFunction · 0.64