Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
template <class T>
119
std::future_status Future<T>::waitFor(std::chrono::milliseconds timeMs) const
120
{
121
return waitFor(nullptr, timeMs);
122
}
123
124
template <class T>
125
template <class V>
Callers
1
TEST_P
Function · 0.45
Calls
1
ThrowFutureException
Function · 0.85
Tested by
1
TEST_P
Function · 0.36