MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / mutex

Method mutex

source/threads/async_lock.cpp:226–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226async_lock* scoped_async_lock::mutex() const noexcept {
227 return m_lock;
228}

Calls

no outgoing calls