MCPcopy Create free account
hub / github.com/Tencent/phxqueue / KeepSyncThread

Method KeepSyncThread

phxqueue/store/keepsyncthread.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53};
54
55KeepSyncThread::KeepSyncThread(Store *const store) : impl_(new KeepSyncThreadImpl()){
56 impl_->store = store;
57}
58
59KeepSyncThread::~KeepSyncThread() {
60 Stop();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected