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

Method waitFor

quantum/impl/quantum_future_impl.h:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118template <class T>
119std::future_status Future<T>::waitFor(std::chrono::milliseconds timeMs) const
120{
121 return waitFor(nullptr, timeMs);
122}
123
124template <class T>
125template <class V>

Callers 1

TEST_PFunction · 0.45

Calls 1

ThrowFutureExceptionFunction · 0.85

Tested by 1

TEST_PFunction · 0.36