Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ RWLock
Function
RWLock
Libraries/Threading/Threading.h:187–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
185
~RWLock() = default;
186
187
RWLock(const RWLock&) = delete;
188
RWLock(RWLock&&) = delete;
189
RWLock& operator=(const RWLock&) = delete;
190
RWLock& operator=(RWLock&&) = delete;
Callers
1
Threading.h
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected