MCPcopy Create free account
hub / github.com/apache/brpc / RunWatchConnections

Method RunWatchConnections

src/brpc/socket_map.cpp:381–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381void* SocketMap::RunWatchConnections(void* arg) {
382 static_cast<SocketMap*>(arg)->WatchConnections();
383 return NULL;
384}
385
386void SocketMap::WatchConnections() {
387 std::vector<SocketId> main_sockets;

Callers

nothing calls this directly

Calls 1

WatchConnectionsMethod · 0.80

Tested by

no test coverage detected