![]() |
RMVL
2.4.0-dev
Robotic Manipulation and Vision Library
|
协程任务等待器 更多...
#include <rmvl/io/async.hpp>
Public 类型 | |
| using | handle_t = std::coroutine_handle<Promise<Tp>> |
Public 成员函数 | |
| bool | await_ready () const noexcept |
| handle_t | await_suspend (std::coroutine_handle<> handle) noexcept |
| Tp | await_resume () noexcept |
Public 属性 | |
| handle_t | self {} |
协程任务等待器
| using rm::async::TaskAwaiter< Tp >::handle_t = std::coroutine_handle<Promise<Tp>> |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
| handle_t rm::async::TaskAwaiter< Tp >::self {} |