|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
取消检查等待器 更多...
#include <generator.hpp>
Public 成员函数 | |
| bool | await_ready () const noexcept |
| 检查是否可立即恢复 | |
| void | await_suspend (coroutine_handle<> h) const noexcept |
| 暂停协程(实际上从不暂停) | |
| void | await_resume () const |
| 恢复时执行的操作 | |
Public 属性 | |
| const cancellation_token * | token |
| 令牌指针 | |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |