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

Method TThreadedResolver

library/cpp/dns/thread.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60 public:
61 inline TThreadedResolver()
62 : E_(TSystemEvent::rAuto)
63 {
64 T_.push_back(SystemThreadFactory()->Run(this));
65 }
66
67 inline ~TThreadedResolver() override {
68 Schedule(nullptr);

Callers

nothing calls this directly

Calls 3

SystemThreadFactoryFunction · 0.85
push_backMethod · 0.45
RunMethod · 0.45

Tested by

no test coverage detected