MCPcopy Create free account
hub / github.com/OriginQ/QPanda-2 / start

Method start

Extensions/PilotOSMachine/easylogging++.cpp:2324–2329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2322}
2323
2324void AsyncDispatchWorker::start(void) {
2325 base::threading::msleep(5000); // 5s (why?)
2326 setContinueRunning(true);
2327 std::thread t1(&AsyncDispatchWorker::run, this);
2328 t1.join();
2329}
2330
2331void AsyncDispatchWorker::handle(AsyncLogItem* logItem) {
2332 LogDispatchData* data = logItem->data();

Callers 1

StorageMethod · 0.45

Calls 2

msleepFunction · 0.85
joinMethod · 0.80

Tested by

no test coverage detected