Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/David-Haim/concurrencpp
/ wait
Method
wait
source/results/impl/shared_result_state.cpp:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void concurrencpp::details::shared_result_state_base::wait() noexcept {
29
if (status() == result_status::idle) {
30
m_status.wait(result_status::idle, std::memory_order_acquire);
31
}
32
}
Callers
nothing calls this directly
Calls
1
status
Enum · 0.85
Tested by
no test coverage detected