MCPcopy 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_futureMethod · 0.45
test_future_promiseMethod · 0.45
test_packaged_taskMethod · 0.45
test_shared_futureMethod · 0.45

Calls

no outgoing calls

Tested by 4

test_futureMethod · 0.36
test_future_promiseMethod · 0.36
test_packaged_taskMethod · 0.36
test_shared_futureMethod · 0.36