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

Method Start

src/algorithm/instance.cpp:128–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void Instance :: Start()
129{
130 //start learner sender
131 m_oLearner.StartLearnerSender();
132 //start ioloop
133 m_oIOLoop.start();
134 //start checkpoint replayer and cleaner
135 m_oCheckpointMgr.Start();
136
137 m_bStarted = true;
138}
139
140void Instance :: Stop()
141{

Callers

nothing calls this directly

Calls 1

startMethod · 0.80

Tested by

no test coverage detected