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