码迷,mamicode.com
首页 > 编程语言 > 详细

实战多线程交互

时间:2021-05-24 04:57:32      阅读:0      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!