Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
template <typename T>
116
void AssertFinished(const Future<T>& fut) {
117
ASSERT_TRUE(IsFutureFinished(fut.state()));
118
}
119
120
// Assert the future is successful *now*
121
template <typename T>
Callers
1
TEST
Function · 0.85
Calls
2
IsFutureFinished
Function · 0.85
state
Method · 0.45
Tested by
1
TEST
Function · 0.68