c++简单线程封装(二)

2014-11-24 09:23:20 · 作者: · 浏览: 2
ds
t3.start();

t1.join();
t2.join();



return 0;
}