boost::capy::async_mutex::lock
Returns an awaiter that acquires the mutex.
Synopsis
Declared in <boost/capy/ex/async_mutex.hpp>
lock_awaiter
lock() noexcept;
Return Value
An awaitable yielding (error_code).
Created with MrDocs