我设计了一个运行20个线程实例的应用程序.
for(int i = 0;i<20;i++) { threadObj[i].start(); }
我怎样才能在主线程中等待这20个线程完成?
qt multithreading
multithreading ×1
qt ×1