Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/quantum
/ valid
Method
valid
quantum/impl/quantum_future_impl.h:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
92
template <class T>
93
bool Future<T>::valid() const
94
{
95
return _sharedState != nullptr;
96
}
97
98
template <class T>
99
template <class V>
Callers
1
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36