MCPcopy Create free account
hub / github.com/catboost/catboost / ~TUdpHttp

Method ~TUdpHttp

library/cpp/netliba/v6/udp_http.cpp:1001–1009  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

999 return nullptr;
1000 }
1001 ~TUdpHttp() override {
1002 if (myThread.Running()) {
1003 KeepRunning = false;
1004 myThread.Join();
1005 }
1006 for (TIntrusivePtr<TStatsRequest> req; StatsReqList.Dequeue(&req);) {
1007 req->Complete.Signal();
1008 }
1009 }
1010
1011 public:
1012 TUdpHttp()

Callers

nothing calls this directly

Calls 4

RunningMethod · 0.45
JoinMethod · 0.45
DequeueMethod · 0.45
SignalMethod · 0.45

Tested by

no test coverage detected