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

Method TMultiClient

library/cpp/neh/multiclient.cpp:126–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125 public:
126 TMultiClient()
127 : Interrupt_(false)
128 , NearDeadline_(TInstant::Max().GetValue())
129 , E_(::TSystemEvent::rAuto)
130 , Shutdown_(false)
131 {
132 }
133
134 struct TResetRequest {
135 inline void operator()(TRequestSupervisor& rs) const noexcept {

Callers

nothing calls this directly

Calls 2

MaxFunction · 0.50
GetValueMethod · 0.45

Tested by

no test coverage detected