📅  最后修改于: 2022-03-11 14:44:48.211000             🧑  作者: Mango
代码示例1
#inculde
#include
#include
std::vector threads;
for(int i = 0; i < x; i++)
{
threads.push_back(new std::thread(func));
}