Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ LockContext
Method
LockContext
phxqueue/lock/lock.h:39–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
class LockContext {
38
public:
39
LockContext() {
40
result = comm::RetCode::RET_OK;
41
}
42
virtual ~LockContext() {}
43
44
comm::RetCode result;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected