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

Method waitForAt

quantum/impl/quantum_context_impl.h:1199–1202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1197
1198template <class RET>
1199std::future_status Context<RET>::waitForAt(int num, std::chrono::milliseconds timeMs) const
1200{
1201 return waitForAt(num, nullptr, timeMs);
1202}
1203
1204template <class RET>
1205void Context<RET>::wait() const

Callers

nothing calls this directly

Calls 2

getICoroFutureBaseMethod · 0.80
waitForMethod · 0.45

Tested by

no test coverage detected