MCPcopy Create free account
hub / github.com/bloomberg/quantum / wait

Method wait

quantum/impl/quantum_future_impl.h:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111
112template <class T>
113void Future<T>::wait() const
114{
115 return wait(nullptr);
116}
117
118template <class T>
119std::future_status Future<T>::waitFor(std::chrono::milliseconds timeMs) const

Callers 5

isInterruptedMethod · 0.45
runMethod · 0.45
TEST_PFunction · 0.45
TEST_PFunction · 0.45
TESTFunction · 0.45

Calls 1

ThrowFutureExceptionFunction · 0.85

Tested by 3

TEST_PFunction · 0.36
TEST_PFunction · 0.36
TESTFunction · 0.36