MCPcopy Create free account
hub / github.com/acl-dev/acl / unlock

Method unlock

lib_acl_cpp/include/acl_cpp/stdlib/tbox.hpp:193–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 }
192
193 void unlock() {
194 if (! lock_.unlock()) { abort(); }
195 }
196
197private:
198 std::list<T*> tbox_;

Callers 4

pushMethod · 0.45
popMethod · 0.45
delMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected