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

Method shared_lock

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

Source from the content-addressed store, hash-verified

124 {
125 public:
126 explicit shared_lock(T &) {}
127 void lock() {}
128 void unlock() {}
129 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected