本文介绍了关于UI交互的简单线程问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 我在工作线程中完成了工作,并且当工作完成时,我触发了一个事件,即对象已订阅。该事件是否会在ui线程或工作线程中执行处理程序代码? 我要做的是处理线程中的数据并且使用事件 更新gui。这样做是否安全? jimI have work being done in worker threads and I trigger an event, that guiobjects have subscribed to, when the work is complete. Will that eventhandler code be executed in the ui thread or the worker thread?What I am trying to do is process the data in a thread and use an event toupdate the gui. Is it safe to do this?jim推荐答案 这篇关于关于UI交互的简单线程问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云! 08-18 09:46