Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1210
template <class RET>
1211
std::future_status Context<RET>::waitFor(std::chrono::milliseconds timeMs) const
1212
{
1213
return waitFor(nullptr, timeMs);
1214
}
1215
1216
template <class RET>
1217
void Context<RET>::waitAll() const
Callers
1
waitForAt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected