实战多线程交互
2021-05-30 11:01
标签:tor sys sleep 没有 ati eve read 问题 一段 一段有问题的代码,大概20%的概率,bStartSend的值的改变没有被检查到 实战多线程交互 标签:tor sys sleep 没有 ati eve read 问题 一段 原文地址:https://www.cnblogs.com/zitjubiz/p/14753370.html //线程一直循环,等待消息
while (true)
{
if (bStartSend)
{
LogInfo("bStartSend=true");
StartMotor(ref ErrMsg, ref recvMsg, his.strCurrentCmd);
}
System.Threading.Thread.Sleep(100);
Application.DoEvents();
}
下一篇:C++的string类