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

Method lock

lib_acl_cpp/include/acl_cpp/stdlib/tbox2.hpp:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152public:
153 void lock() {
154 if (!lock_.lock()) { abort(); }
155 }
156
157 void unlock() {
158 if (!lock_.unlock()) { abort(); }

Callers 2

pushMethod · 0.45
popMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected