Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ Stop
Method
Stop
phxqueue/store/keepsyncthread.cpp:71–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
void KeepSyncThread::Stop() {
72
if (impl_->t) {
73
impl_->stop = true;
74
impl_->t->join();
75
impl_->t.release();
76
}
77
}
78
79
void KeepSyncThread::DoRun() {
80
if (!impl_->store) {
Callers
1
~Store
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected