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

Function SetValueImpl

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

Source from the content-addressed store, hash-verified

453
454 template <typename T>
455 inline void SetValueImpl(TPromise<T>& promise, const T& value) {
456 promise.SetValue(value);
457 }
458
459 template <typename T>
460 inline void SetValueImpl(TPromise<T>& promise, T&& value) {

Callers 2

SetValueFunction · 0.85
IgnoreResultMethod · 0.85

Calls 6

moveFunction · 0.50
SetValueMethod · 0.45
SubscribeMethod · 0.45
GetValueMethod · 0.45
SetExceptionMethod · 0.45
TryRethrowMethod · 0.45

Tested by

no test coverage detected