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

Method waitFor

quantum/impl/quantum_context_impl.h:1211–1214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1209
1210template <class RET>
1211std::future_status Context<RET>::waitFor(std::chrono::milliseconds timeMs) const
1212{
1213 return waitFor(nullptr, timeMs);
1214}
1215
1216template <class RET>
1217void Context<RET>::waitAll() const

Callers 1

waitForAtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected