可等待的延迟对象,用于协程中的定时暂停
More...
|
std::chrono::milliseconds | delay |
|
可等待的延迟对象,用于协程中的定时暂停
Definition at line 149 of file coroutine_integration_demo.cpp.
◆ await_ready()
bool TimedSuspend::await_ready |
( |
| ) |
const |
|
inlinenoexcept |
◆ await_resume()
void TimedSuspend::await_resume |
( |
| ) |
const |
|
inlinenoexcept |
◆ await_suspend()
void TimedSuspend::await_suspend |
( |
std::coroutine_handle<> |
h | ) |
const |
|
inline |
◆ delay
std::chrono::milliseconds TimedSuspend::delay |
The documentation for this struct was generated from the following file: