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