boost::capy::async_mutex::unlock
Releases the mutex.
Synopsis
Declared in <boost/capy/ex/async_mutex.hpp>
void
unlock() noexcept;
Description
If waiters are queued, the next eligible waiter is resumed with the lock held. Canceled waiters are skipped. If no eligible waiter remains, the mutex becomes unlocked.
Created with MrDocs