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

Method TryRethrow

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

Source from the content-addressed store, hash-verified

583
584 template <typename T>
585 inline void TFuture<T>::TryRethrow() const {
586 if (State) {
587 State->TryRethrow();
588 }
589 }
590
591 template <typename T>
592 inline bool TFuture<T>::HasException() const {

Callers 5

Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45
SetValueImplFunction · 0.45
ReturnMethod · 0.45
AddMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected