NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
suspend_always结构体 参考

始终暂停的等待器 更多...

#include <coroutine.hpp>

详细描述

始终暂停的等待器

await_ready总是返回false,表示协程总是在此暂停点暂停。 适用于需要外部恢复的异步操作。

在文件 coroutine.hpp119 行定义.


该结构体的文档由以下文件生成: