在 WxPython GUI 线程上运行函数

发布于 2024-10-14 10:17:58 字数 222 浏览 5 评论 0原文

兼职 C# 程序员,正在尝试学习 Python。

我希望能够从另一个线程设置一个将在 WxPython 中的 GUI 线程上运行的函数。目前我能想到的唯一方法是将函数推送到某个跨线程同步列表上,然后让一个计时器每隔几毫秒触发一次(在 GUI 线程上),检查列表并运行已推送的任何函数到它上面。我想知道是否有一种更规范的方法可以做到这一点,类似于 .NET 中的 BeginInvoke

part-time C# programmer here trying to learn Python.

I am looking to be able to, from another thread, set up a function that will be run on the GUI thread in WxPython. Currently the only way I can think of doing this is to push the function onto some cross-thread-synchronized list, then have a timer firing every few milliseconds (on the GUI thread) that checks the list and runs any functions that have been pushed onto it. I was wondering if there was instead a more canonical way of doing this, similar to BeginInvoke in .NET.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文