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

Method ExecAsync

library/cpp/par/par.h:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 virtual void ExecAsync(IUserContext* ctx, int hostId, TVector<char>* params, IDCResultNotify* dcNotify, int reqId) const {
32 Exec(ctx, hostId, params);
33 dcNotify->DistrCmdComplete(reqId, params);
34 }
35 virtual void MergeAsync(TVector<TVector<char>>* src, IDCResultNotify* dcNotify, int reqId) const {
36 TVector<char> buf;
37 Merge(src, &buf);

Callers 1

LocalExecMethod · 0.45

Calls 1

DistrCmdCompleteMethod · 0.45

Tested by

no test coverage detected