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

Method ~TClient

library/cpp/neh/tcp.cpp:578–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576 }
577
578 inline ~TClient() {
579 Reqs.Enqueue(nullptr);
580 Thr->Join();
581 }
582
583 inline THandleRef Schedule(const TNehMessage& msg, IOnRecv* fallback, TServiceStatRef& ss) {
584 TSimpleHandleRef ret(new TSimpleHandle(fallback, msg, !ss ? nullptr : new TStatCollector(ss)));

Callers

nothing calls this directly

Calls 2

EnqueueMethod · 0.45
JoinMethod · 0.45

Tested by

no test coverage detected