MCPcopy Create free account
hub / github.com/catboost/catboost / TConnCache

Method TConnCache

library/cpp/neh/https.cpp:440–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438 };
439
440 TConnCache()
441 : MaxConnId_(0)
442 , Shutdown_(false)
443 {
444 T_ = SystemThreadFactory()->Run(this);
445 }
446
447 ~TConnCache() override {
448 {

Callers

nothing calls this directly

Calls 2

SystemThreadFactoryFunction · 0.85
RunMethod · 0.45

Tested by

no test coverage detected