文件名称:现代C++异步编程示例
文件大小:2KB
文件格式:ZIP
更新时间:2023-10-15 03:08:17
C++11 std::thread std::async packaged_task
现代C++异步编程示例,包括使用thread、async、packageed_task进行整数列表的求和操作,并与C++17 std::execution::par异步策略进行对比。
【文件预览】:
CMakeLists.txt
main.cpp
文件名称:现代C++异步编程示例
文件大小:2KB
文件格式:ZIP
更新时间:2023-10-15 03:08:17
C++11 std::thread std::async packaged_task
现代C++异步编程示例,包括使用thread、async、packageed_task进行整数列表的求和操作,并与C++17 std::execution::par异步策略进行对比。