MCPcopy 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

218FutureImpl::FutureImpl() : state_(FutureState::PENDING) {}
219
220void FutureImpl::Wait() { GetConcreteFuture(this)->DoWait(); }
221
222bool FutureImpl::Wait(double seconds) { return GetConcreteFuture(this)->DoWait(seconds); }
223

Callers 8

TEST_PFunction · 0.45
TestFinishNeverStartedFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
TestTimedWaitMethod · 0.45
ReadUntilEofMethod · 0.45
ReceiveSignalsMethod · 0.45
NextMethod · 0.45

Calls 2

GetConcreteFutureFunction · 0.85
DoWaitMethod · 0.80

Tested by 6

TEST_PFunction · 0.36
TestFinishNeverStartedFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TestTimedWaitMethod · 0.36
ReadUntilEofMethod · 0.36