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

Class TSingleJob

library/cpp/threading/local_executor/local_executor.cpp:73–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 };
72
73 struct TSingleJob {
74 TIntrusivePtr<NPar::ILocallyExecutable> Exec;
75 int Id{0};
76
77 TSingleJob() = default;
78 TSingleJob(TIntrusivePtr<NPar::ILocallyExecutable> exec, int id)
79 : Exec(std::move(exec))
80 , Id(id)
81 {
82 }
83 };
84
85 class TLocalRangeExecutor: public NPar::ILocallyExecutable {
86 TIntrusivePtr<NPar::ILocallyExecutable> Exec;

Callers 3

~TImplMethod · 0.85
LaunchRangeMethod · 0.85
ExecMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected