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

Method DoExecute

library/cpp/threading/future/legacy_future.h:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 };
77
78 void DoExecute() override {
79 TExecutor<TResult, IgnoreException>::SetPromise(Result_, Func_);
80 }
81 };
82
83}

Callers

nothing calls this directly

Calls 1

SetPromiseFunction · 0.85

Tested by

no test coverage detected