Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelenOS/helenos
/ valid
Method
valid
uspace/lib/cpp/include/__bits/thread/future.hpp:107–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
bool valid() const noexcept
108
{
109
return state_ != nullptr;
110
}
111
112
void wait() const noexcept
113
{
Callers
4
test_future
Method · 0.45
test_future_promise
Method · 0.45
test_packaged_task
Method · 0.45
test_shared_future
Method · 0.45
Calls
no outgoing calls
Tested by
4
test_future
Method · 0.36
test_future_promise
Method · 0.36
test_packaged_task
Method · 0.36
test_shared_future
Method · 0.36