Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ unique_lock
Method
unique_lock
include/chaiscript/chaiscript_threading.hpp:117–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
{
116
public:
117
explicit unique_lock(T &) {}
118
void lock() {}
119
void unlock() {}
120
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected