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

Method IOLoop

src/algorithm/ioloop.cpp:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29{
30
31IOLoop :: IOLoop(Config * poConfig, Instance * poInstance)
32 : m_poConfig(poConfig), m_poInstance(poInstance)
33{
34 m_bIsEnd = false;
35 m_bIsStart = false;
36
37 m_iQueueMemSize = 0;
38}
39
40IOLoop :: ~IOLoop()
41{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected