MCPcopy Create free account
hub / github.com/ByConity/ByConity / ~VWQueueSyncThread

Method ~VWQueueSyncThread

src/ResourceGroup/VWQueueSyncThread.cpp:217–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217VWQueueSyncThread::~VWQueueSyncThread()
218{
219 try
220 {
221 stop();
222 }
223 catch (...)
224 {
225 tryLogCurrentException(log);
226 }
227}
228
229}

Callers

nothing calls this directly

Calls 2

stopFunction · 0.85
tryLogCurrentExceptionFunction · 0.85

Tested by

no test coverage detected