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

Method TImpl

library/cpp/logger/thread.cpp:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60public:
61 inline TImpl(TLogBackend* slave, size_t queuelen, std::function<void()> queueOverflowCallback = {})
62 : Slave_(slave)
63 , QueueOverflowCallback_(std::move(queueOverflowCallback))
64 {
65 Queue_.Start(1, queuelen);
66 }
67
68 inline ~TImpl() {
69 Queue_.Stop();

Callers

nothing calls this directly

Calls 2

moveFunction · 0.50
StartMethod · 0.45

Tested by

no test coverage detected