Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/David-Haim/concurrencpp
/ CRCPP_API
Class
CRCPP_API
include/concurrencpp/threads/async_condition_variable.h:11–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
10
namespace concurrencpp::details {
11
class CRCPP_API cv_awaiter {
12
private:
13
async_condition_variable& m_parent;
14
scoped_async_lock& m_lock;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected