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