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

Method SetValue

library/cpp/threading/future/core/future-inl.h:807–810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805
806 template <typename T>
807 inline void TPromise<T>::SetValue(const T& value) {
808 EnsureInitialized();
809 State->SetValue(value);
810 }
811
812 template <typename T>
813 inline void TPromise<T>::SetValue(T&& value) {

Callers 15

Y_UNIT_TESTFunction · 0.45
TestApplyLvalueCopyImplFunction · 0.45
SetPromiseMethod · 0.45
SetPromiseMethod · 0.45
RunWaitTestFunction · 0.45
ReleaseMethod · 0.45
SetValueImplFunction · 0.45
SetValueFunction · 0.45
ReturnMethod · 0.45
UpdateNextInputMethod · 0.45
SetPromiseFunction · 0.45

Calls 2

EnsureInitializedFunction · 0.85
moveFunction · 0.50

Tested by 2

TestApplyLvalueCopyImplFunction · 0.36