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

Method getConcurrentClientLimit

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

Source from the content-addressed store, hash-verified

189}
190
191int64_t TServerFramework::getConcurrentClientLimit() const {
192 Synchronized sync(mon_);
193 return limit_;
194}
195
196int64_t TServerFramework::getConcurrentClientCount() const {
197 Synchronized sync(mon_);

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64