Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/quantum
/ wait
Method
wait
quantum/impl/quantum_future_impl.h:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
112
template <class T>
113
void Future<T>::wait() const
114
{
115
return wait(nullptr);
116
}
117
118
template <class T>
119
std::future_status Future<T>::waitFor(std::chrono::milliseconds timeMs) const
Callers
5
isInterrupted
Method · 0.45
run
Method · 0.45
TEST_P
Function · 0.45
TEST_P
Function · 0.45
TEST
Function · 0.45
Calls
1
ThrowFutureException
Function · 0.85
Tested by
3
TEST_P
Function · 0.36
TEST_P
Function · 0.36
TEST
Function · 0.36