那那那

来源:互联网 发布:windows vista开不了机 编辑:程序博客网 时间:2024/06/10 01:49

增加中断点

boost::this_thread::interruption_point();





thrdMiningService.join();
改为
thrdMiningService.timed_join(boost::posix_time::seconds(2));
 MilliSleep(200);
原创粉丝点击