MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / cv_awaiter

Method cv_awaiter

source/threads/async_condition_variable.cpp:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14*/
15
16cv_awaiter::cv_awaiter(async_condition_variable& parent, scoped_async_lock& lock) noexcept : m_parent(parent), m_lock(lock) {}
17
18void cv_awaiter::await_suspend(details::coroutine_handle<void> caller_handle) {
19 m_caller_handle = caller_handle;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected