MCPcopy Create free account
hub / github.com/Tencent/phxpaxos / Stop

Method Stop

src/algorithm/learner.cpp:178–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176////////////////////////////////////////////////////////////////
177
178void Learner :: Stop()
179{
180 m_oLearnerSender.Stop();
181 if (m_poCheckpointSender != nullptr)
182 {
183 m_poCheckpointSender->Stop();
184 }
185}
186
187////////////////////////////////////////////////////////////////
188

Callers

nothing calls this directly

Calls 1

StopMethod · 0.80

Tested by

no test coverage detected