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

Method ~EventMonitor

phxbinlogsvr/core/handler/event_monitor.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41EventMonitor::~EventMonitor() {
42 stop_ = true;
43 WaitStop();
44}
45
46int EventMonitor::CheckRunningStatus() {
47 int ret = OK;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected