GTK 相当于BackgroundWorker (MonoDevelop)
GTK 相当于 Mono 中的BackgroundWorker 是什么?
我尝试过以下网站: http://monodevelop.com/Developers/Articles/Thread_Management ,但是好像没有DispatchService这样的东西。我需要以给定的时间间隔异步更新 GUI。
What is the GTK equivalent to BackgroundWorker in Mono?
I've tried the following website: http://monodevelop.com/Developers/Articles/Thread_Management, but there doesn't seem to be any such thing as DispatchService. I need to update the GUI asynchronously at given intervals.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
GLib.Timeout - 由 IRC 上的 mhutch 回答。
GLib.Timeout - Answered by mhutch on IRC.