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

Function WaitExceptionOrAll

library/cpp/threading/future/wait/wait.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 ////////////////////////////////////////////////////////////////////////////////
56
57 TFuture<void> WaitExceptionOrAll(const TFuture<void>& f1) {
58 return WaitGeneric<TWaitPolicy::TExceptionOrAll>(f1);
59 }
60
61 TFuture<void> WaitExceptionOrAll(const TFuture<void>& f1, const TFuture<void>& f2) {
62 return WaitGeneric<TWaitPolicy::TExceptionOrAll>(f1, f2);

Callers 3

Y_UNIT_TESTFunction · 0.50
Y_UNIT_TESTFunction · 0.50
DequeueAllRunnerFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected