📜  未知数量的线程 cpp - C++ 代码示例

📅  最后修改于: 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));
}