| 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 { |
no outgoing calls
no test coverage detected