MCPcopy Create free account
hub / github.com/Tencent/phxsql / ~GroupStatusCache

Method ~GroupStatusCache

phxsqlproxy/group_status_cache.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42GroupStatusCache::~GroupStatusCache() {
43 pthread_rwlock_destroy(&master_mutex_);
44 pthread_rwlock_destroy(&membership_mutex_);
45}
46
47void GroupStatusCache::run() {
48 while (true) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected