n"); return; } }; for (size_t i = 0; i < (size_t)threadCont; i++) { boost::thread th(func); } return 0; } int Init(int threadCont = 4) { if (!_g_io_svr){ ...
確定! 回上一頁