Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ Stop
Method
Stop
phxqueue/scheduler/keepmasterthread.cpp:62–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void KeepMasterThread::Stop() {
63
if (impl_->t) {
64
impl_->stop = true;
65
impl_->t->join();
66
impl_->t.release();
67
}
68
}
69
70
void KeepMasterThread::DoRun() {
71
impl_->scheduler->OnKeepMasterThreadRun();
Callers
1
Dispose
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected