Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
HeartBeatLock::HeartBeatLock() : impl_(new HeartBeatLockImpl()){
72
assert(impl_);
73
}
74
75
76
HeartBeatLock::~HeartBeatLock() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected