Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/David-Haim/concurrencpp
/ resume
Method
resume
source/threads/async_condition_variable.cpp:27–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
void cv_awaiter::resume() noexcept {
28
assert(static_cast<bool>(m_caller_handle));
29
assert(!m_caller_handle.done());
30
m_caller_handle();
31
}
32
33
/*
34
async_condition_variable
Callers
5
retry
Method · 0.80
notify_one
Method · 0.80
notify_all
Method · 0.80
begin
Method · 0.80
generator_iterator
Class · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected