MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / unlock

Method unlock

include/chaiscript/chaiscript_threading.hpp:128–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 explicit shared_lock(T &) {}
127 void lock() {}
128 void unlock() {}
129 };
130
131 template<typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected