实战多线程交互

2021-05-30 11:01

阅读:621

标签:tor   sys   sleep   没有   ati   eve   read   问题   一段   

一段有问题的代码,大概20%的概率,bStartSend的值的改变没有被检查到

   //线程一直循环,等待消息
            while (true)
            {
                if (bStartSend)
                {
                    LogInfo("bStartSend=true");
                    StartMotor(ref ErrMsg, ref recvMsg, his.strCurrentCmd);

                }
                System.Threading.Thread.Sleep(100);
                Application.DoEvents();

            }

 

实战多线程交互

标签:tor   sys   sleep   没有   ati   eve   read   问题   一段   

原文地址:https://www.cnblogs.com/zitjubiz/p/14753370.html

上一篇:python网络爬虫-Mac-01

下一篇:C++的string类


评论


亲,登录后才可以留言!