Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ StopServer
Method
StopServer
test/brpc_rdma_unittest.cpp:149–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
void StopServer() {
150
_server.Stop(0);
151
_server.Join();
152
}
153
154
Socket* GetSocketFromServer(size_t index) {
155
std::vector<SocketId> sids;
Callers
nothing calls this directly
Calls
2
Stop
Method · 0.45
Join
Method · 0.45
Tested by
no test coverage detected