C++17:标准库启动线程的方法可分为三类:async、thread以及packaged_task Created: -Sunday, November 1, 2020 8:30:53 AM Latest updated:Sunday, November 1, 2020 8:32:41 AM views(1416) C++标准库启动线程的方法可分为三类:async、thread以及packaged_task。其中,async一般和futrue或者shared_future搭配,thread一般和promise搭配(也要结合future使用),packaged_task一般和future搭配
C++17 Created: -Thursday, October 15, 2020 11:39:54 PM Latest updated:Saturday, October 24, 2020 1:45:11 PM views(1351) Parallel Algorithms of the Standard Template Library https://www.modernescpp.com/index.php/parallel-algorithm-of-the-st