MCPcopy Create free account
hub / github.com/AlexInLog/ReactivePlusPlus / lock

Method lock

src/rpp/rpp/utils/utils.hpp:303–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301 };
302
303 pointer_under_lock lock() { return *this; }
304
305 std::mutex& get_mutex() { return m_mutex; }
306 T& get_value_unsafe() { return m_value; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected