6-3 异步:Future与FutureBuilder实用技巧
Posted wangjunwei
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了6-3 异步:Future与FutureBuilder实用技巧相关的知识,希望对你有一定的参考价值。
实现异步编程
Future类似于ES6里面的Promise
3秒后打印出done
通过whenComplete来获取future执行结束后的结果。
timeout
执行时间设置为3秒。超时时间设置为2秒。
FutureBuilder的使用
结束
以上是关于6-3 异步:Future与FutureBuilder实用技巧的主要内容,如果未能解决你的问题,请参考以下文章
C++ std::future与promise(异步回调异步调用)
C++ std::future与promise(异步回调异步调用)