Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ AssertNotFinished
Function
AssertNotFinished
cpp/src/arrow/testing/future_util.h:111–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
110
template <typename T>
111
void AssertNotFinished(const Future<T>& fut) {
112
ASSERT_FALSE(IsFutureFinished(fut.state()));
113
}
114
115
template <typename T>
116
void AssertFinished(const Future<T>& fut) {
Callers
6
TEST
Function · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
AssertAllNotFinished
Method · 0.85
TestStressWait
Method · 0.85
Calls
2
IsFutureFinished
Function · 0.85
state
Method · 0.45
Tested by
6
TEST
Function · 0.68
TEST
Function · 0.68
TEST
Function · 0.68
TEST
Function · 0.68
AssertAllNotFinished
Method · 0.68
TestStressWait
Method · 0.68