MCPcopy Create free account
hub / github.com/Tencent/phxqueue / HeartBeatLock

Method HeartBeatLock

phxqueue/consumer/hblock.cpp:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69};
70
71HeartBeatLock::HeartBeatLock() : impl_(new HeartBeatLockImpl()){
72 assert(impl_);
73}
74
75
76HeartBeatLock::~HeartBeatLock() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected