博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
C++ create_task详解
阅读量:5272 次
发布时间:2019-06-14

本文共 411 字,大约阅读时间需要 1 分钟。

IAsyncOperation
^ asyncOperation = create_async( []() { return create_task(FirstAsync(...)) .then( [](X val){ return SecondAsync(val, ...); }).then( [](Y val) return ThirdAsync(val, ...); });

 

这段代码会执行FirstAsync->SecondAsync->ThirdAsync,最后返回的是 ThirdAsync的结果。

 

http://www.cnblogs.com/zjjcy/archive/2012/05/13/2489298.html

转载于:https://www.cnblogs.com/jiahuafu/p/5242878.html

你可能感兴趣的文章
Html.Partial和Html. RenderPartial用法
查看>>
查看linux系统中占用cpu最高的语句
查看>>
[洛谷P1738]洛谷的文件夹
查看>>
Ubuntu server 16.04的安装 以及配置(服务器版)
查看>>
Jtest 对象库的使用(Object Repository)
查看>>
phpstudy的mysql版本升级至5.7
查看>>
ubuntu server设置时区和更新时间
查看>>
《弟子规》下的沉思
查看>>
B. Beautiful Paintings
查看>>
AtCoder Beginner Contest 103
查看>>
Codeforces 589F Gourmet and Banquet
查看>>
随机字符串。
查看>>
Create参数为:nil/self/application的区别
查看>>
网络流24题 飞行员配对方案问题
查看>>
STM32空闲中断
查看>>
Python 直接赋值、浅拷贝和深度拷贝解析
查看>>
剑指offer python版 调整数组顺序使奇数位于偶数前面
查看>>
内容提供者编写步骤
查看>>
汇编指令
查看>>
Leader of All Crushing Machines in the Future
查看>>