MCPcopy Create free account
hub / github.com/Qv2ray/Qv2ray / ~APIWorker

Method ~APIWorker

src/core/kernel/APIBackend.cpp:57–64  ·  view source on GitHub ↗

--- DESTRUCTOR ---

Source from the content-addressed store, hash-verified

55
56 // --- DESTRUCTOR ---
57 APIWorker::~APIWorker()
58 {
59 StopAPI();
60 // Set started signal to false and wait for API thread to stop.
61 started = false;
62 workThread->wait();
63 delete workThread;
64 }
65
66 // API Core Operations
67 // Start processing data.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected