boost::capy::async_mutex::lock_guard_awaiter::lock_guard_awaiter
Construct from async_mutex
Synopsis
Declared in <boost/capy/ex/async_mutex.hpp>
explicit
lock_guard_awaiter(async_mutex* m) noexcept;
Parameters
| Name | Description |
|---|---|
m |
The object to construct from |
Created with MrDocs