views:

30

answers:

1

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.

A: 

GLib.Timeout - Answered by mhutch on IRC.

IDWMaster
More info here: http://www.mono-project.com/Responsive_Applications#Timeouts
mhutch