并将线程分为用户界面线程(User Interface Threads)和工作者线程(Worker Threads)两类.用 户界面线程能够提供界面和用户交互,通常用于 处理用户输入的各种事件和相应的消息【4】.
基于4个网页-相关网页
Another technical challenge is keeping Buzzword's user interface responsive without the use of background threads.
另一个技术挑战是不使用后台线程来保持Buzzword的用户界面响应能力。
As you should already now, using Windows.Forms gets really ugly when you need to access the user interface from multiple threads.
如你所知,当你需要从多线程中访问用户界面是,使用Windows . Forms变得十分可恶。
Multithreading your application improves the responsiveness of your user interface by moving long calculations into separate threads and away from your main event loop.
将长时间的计算从主事件循环线程移到别的线程中,从而提高用户接口的响应速度。
应用推荐