MCPcopy 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

StopMethod · 0.45
JoinMethod · 0.45

Tested by

no test coverage detected