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

Method ~TImpl

library/cpp/logger/thread.cpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 inline ~TImpl() {
69 Queue_.Stop();
70 }
71
72 inline void WriteData(const TLogRecord& rec) {
73 THolder<TRec> obj(new (rec.Len) TRec(this, rec));

Callers

nothing calls this directly

Calls 1

StopMethod · 0.45

Tested by

no test coverage detected