MCPcopy Create free account
hub / github.com/apache/arrow / AssertFinished

Function AssertFinished

cpp/src/arrow/testing/future_util.h:116–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115template <typename T>
116void AssertFinished(const Future<T>& fut) {
117 ASSERT_TRUE(IsFutureFinished(fut.state()));
118}
119
120// Assert the future is successful *now*
121template <typename T>

Callers 1

TESTFunction · 0.85

Calls 2

IsFutureFinishedFunction · 0.85
stateMethod · 0.45

Tested by 1

TESTFunction · 0.68