MCPcopy 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
27void 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

retryMethod · 0.80
notify_oneMethod · 0.80
notify_allMethod · 0.80
beginMethod · 0.80
generator_iteratorClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected