这是 wxPython 源文件的摘录:
"""
Create the output window if needed and write the string to it.
If not called in the context of the gui thread then uses
CallAfter to do the work there.
"""
这在内部如何运作?为什么与 GUI 相关的调用不由其他线程直接进行很重要?
您是否知道图表或以简短的方式解释此类 GUI 概念的东西?
我很乐意,如果我不必阅读小说来理解这个问题,以便我知道如何选择我的设计。
编辑:
这是为了下面的讨论: