boost::capy::async_mutex::lock_awaiter
Awaiter returned by lock().
Synopsis
Declared in <boost/capy/ex/async_mutex.hpp>
class lock_awaiter;
Description
The awaiter contains the intrusive list node, which is stored on the coroutine frame during suspension.
Member Functions
Name |
Description |
|
Construct from |
IoAwaitable protocol overload. |
Friends
| Name | Description |
|---|---|
An asynchronous mutex for coroutines. |
Created with MrDocs