Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SystemThreadFactory
Function · 0.85
Run
Method · 0.45
Tested by
no test coverage detected