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

Method Start

src/node/propose_batch.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void ProposeBatch :: Start()
64{
65 m_poThread = new std::thread(&ProposeBatch::Run, this);
66 assert(m_poThread != nullptr);
67}
68
69void ProposeBatch :: Stop()
70{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected