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

Method Lock

phxqueue/lock/lock.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66};
67
68Lock::Lock(const LockOption &opt) : impl_(new LockImpl()) {
69 assert(impl_);
70 impl_->opt = opt;
71}
72
73Lock::~Lock() {}
74

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected