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

Method ~TUdpHttp

library/cpp/neh/netliba_udp_http.cpp:259–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257 }
258
259 ~TUdpHttp() override {
260 if (MyThread_.Running()) {
261 AtomicSet(KeepRunning_, 0);
262 MyThread_.Join();
263 }
264 }
265
266 bool Start(int port, int physicalCpu) {
267 Y_ASSERT(Host_.Get() == nullptr);

Callers

nothing calls this directly

Calls 3

AtomicSetFunction · 0.50
RunningMethod · 0.45
JoinMethod · 0.45

Tested by

no test coverage detected