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

Method ~TProto

library/cpp/neh/udp.cpp:451–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449 }
450
451 inline ~TProto() {
452 Schedule(new TPacket(TStopPacket(), GetSendAddr(S_)));
453
454 for (size_t i = 0; i < Thrs_.size(); ++i) {
455 Thrs_[i]->Join();
456 }
457 }
458
459 inline TPacketRef Recv() {
460 TBuffer tmp;

Callers

nothing calls this directly

Calls 4

TStopPacketClass · 0.85
GetSendAddrFunction · 0.85
sizeMethod · 0.45
JoinMethod · 0.45

Tested by

no test coverage detected