boost::capy::async_mutex::is_locked
Returns true if the mutex is currently locked.
Synopsis
Declared in <boost/capy/ex/async_mutex.hpp>
bool
is_locked() const noexcept;
Return Value
true if the mutex is currently locked.
Created with MrDocs