Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Wait
Method
Wait
cpp/src/arrow/util/future.cc:220–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
FutureImpl::FutureImpl() : state_(FutureState::PENDING) {}
219
220
void FutureImpl::Wait() { GetConcreteFuture(this)->DoWait(); }
221
222
bool FutureImpl::Wait(double seconds) { return GetConcreteFuture(this)->DoWait(seconds); }
223
Callers
8
TEST_P
Function · 0.45
TestFinishNeverStarted
Function · 0.45
TEST
Function · 0.45
TEST_F
Function · 0.45
TestTimedWait
Method · 0.45
ReadUntilEof
Method · 0.45
ReceiveSignals
Method · 0.45
Next
Method · 0.45
Calls
2
GetConcreteFuture
Function · 0.85
DoWait
Method · 0.80
Tested by
6
TEST_P
Function · 0.36
TestFinishNeverStarted
Function · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36
TestTimedWait
Method · 0.36
ReadUntilEof
Method · 0.36