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

Method Wait

library/cpp/par/par_context.cpp:355–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353 Ready.Signal();
354 }
355 void Wait() {
356 Ready.Wait();
357 }
358 };
359
360 void TContextDistributor::DeleteContextRawData(int envId, int hostId, bool keepContextOnMaster) {

Callers 7

RunMethod · 0.45
ReceiveLoopFuncMethod · 0.45
DeleteContextRawDataMethod · 0.45
GetRawResultMethod · 0.45
GetResultsMethod · 0.45
RunSlaveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected