Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ Process
Method
Process
phxbinlogsvr/core/handler/event_monitor.cpp:85–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
int EventMonitor::Process() {
86
while (!stop_) {
87
CheckRunningStatus();
88
sleep(5);
89
}
90
91
return OK;
92
}
93
94
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected