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

Method Launch

library/cpp/par/par_util.cpp:277–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 ResultsBuf.resize(finish - start);
276 }
277 void Launch() {
278 LocalExecutor().ExecRange(this, Start, Finish, TLocalExecutor::WAIT_COMPLETE);
279 DoneJob();
280 }
281 };
282
283 public:

Callers 1

ExecAsyncMethod · 0.45

Calls 1

ExecRangeMethod · 0.45

Tested by

no test coverage detected