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

Method TJobExecutor

library/cpp/par/par_util.h:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131 public:
132 TJobExecutor(TJobDescription* descr, IEnvironment* env) {
133 Callback = new TCallback();
134 env->Run(descr, Callback.Get());
135 }
136 TJobExecutor(TJobDescription* descr, IUserContext* ctx) {
137 Callback = new TCallback();
138 ctx->Run(descr, Callback.Get());

Callers

nothing calls this directly

Calls 2

RunMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected