emlabcpp
modern opinionated embedded C++ library
|
#include <request_reply.h>
Public Member Functions | |
bool | await_ready () |
void | await_suspend (std::coroutine_handle<>) |
ReplyType const & | await_resume () |
Public Attributes | |
promise_type * | prom_ |
|
inline |
|
inline |
|
inline |
promise_type* emlabcpp::coro::request_reply< RequestType, ReplyType >::awaiter::prom_ |