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

Method getThreadManager

lib/cpp/src/thrift/server/TThreadPoolServer.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117std::shared_ptr<apache::thrift::concurrency::ThreadManager>
118TThreadPoolServer::getThreadManager() const {
119 return threadManager_;
120}
121
122void TThreadPoolServer::onClientConnected(const shared_ptr<TConnectedClient>& pClient) {
123 threadManager_->add(pClient, getTimeout(), getTaskExpiration());

Callers 1

BOOST_FIXTURE_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by 1

BOOST_FIXTURE_TEST_CASEFunction · 0.36