MCPcopy Create free account
hub / github.com/apache/thrift / disposeConnectedClient

Method disposeConnectedClient

lib/cpp/src/thrift/server/TServerFramework.cpp:234–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234void TServerFramework::disposeConnectedClient(TConnectedClient* pClient) {
235 onClientDisconnected(pClient);
236 delete pClient;
237
238 Synchronized sync(mon_);
239 if (limit_ - --clients_ > 0) {
240 mon_.notify();
241 }
242}
243
244}
245}

Callers

nothing calls this directly

Calls 1

notifyMethod · 0.45

Tested by

no test coverage detected