会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
MQ
随便写写
首页
新随笔
联系
订阅
管理
2018年4月18日
C++ coroutine-ts 怎么用-Part 3 从generator看co_yield怎么用
摘要: clang和MSVC的最新实现已经提供了试验性的协程实现,想要试用的话,clang需要开启-fcoroutins-ts -stdlib=libc++两个开关,而MSVC需要开启/await开关。 我们从一个简单的generator来看编译器做了什么: #include #include namespace stdexp = std::experimental;stdexp::generator...
阅读全文
posted @ 2018-04-18 21:17 PointerSMQ
阅读(767)
评论(0)
推荐(0)
编辑