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

Method Launch

library/cpp/par/par_exec.h:579–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577 static TAtomic LocalMapWins, RemoteMapWins;
578
579 static void Launch(TJobRequest* jobRequest,
580 TRemoteQueryProcessor* queryProc,
581 int localCompId,
582 IUserContext* userContext,
583 IMRCommandCompleteNotify* completeNotify) {
584 TIntrusivePtr<TMRCommandExec> op;
585 op = new TMRCommandExec(jobRequest, queryProc, userContext, completeNotify);
586 op->LaunchOps(localCompId);
587 }
588 };
589
590 void LaunchLocalJobRequest(TJobRequest* jr, int localCompId, IUserContext* userContext, IMRCommandCompleteNotify* mrNotify);

Callers

nothing calls this directly

Calls 1

LaunchOpsMethod · 0.80

Tested by

no test coverage detected