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

Method TClientThread

library/cpp/neh/netliba.cpp:234–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232
233 struct TClientThread {
234 TClientThread(int physicalCpu)
235 : EH_(new TEventsHandler())
236 , R_(CreateHttpUdpRequester(0, IEventsCollectorRef(EH_.Get()), physicalCpu))
237 {
238 R_->EnableReportRequestAck();
239 }
240
241 ~TClientThread() {
242 R_->StopNoWait();

Callers

nothing calls this directly

Calls 3

CreateHttpUdpRequesterFunction · 0.70
GetMethod · 0.45

Tested by

no test coverage detected