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

Method Stop

library/cpp/neh/rpc.cpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 inline void Stop() {
115 RQ_->Schedule(nullptr);
116 }
117
118 inline void SyncStopFork() {
119 Stop();

Callers 3

Y_UNIT_TESTFunction · 0.45
SyncStopMethod · 0.45
StopMethod · 0.45

Calls 1

ScheduleMethod · 0.45

Tested by

no test coverage detected