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

Method Interrupt

library/cpp/neh/multiclient.cpp:265–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263 }
264
265 void Interrupt() override {
266 Interrupt_ = true;
267 Signal();
268 }
269
270 size_t QueueSize() override {
271 return JQ_.Size();

Callers 3

~TNehRequesterMethod · 0.45
InterruptMethod · 0.45
StopMethod · 0.45

Calls 1

SignalFunction · 0.85

Tested by

no test coverage detected