Re: [gtkmm] Thread communication



AFAIK there isn't a function like that in gtkmm but
you could have one of the threads waiting in a
mutex/semaphore.

The other thread would fill up some data structure
and then signal the other thread by release the
mutex/semaphore.

I hope this helps.

--
Paulo Pinto

Benoît Touron wrote:

Hello there !

Is it a way to send a message from a thread to another, in order to start execution of a function in another thread.
Under Win32, I would use a PostThreadMessage.
Is it simething equivalent under GTKMM ?

Thanks
Ben



_______________________________________________
gtkmm-list mailing list
gtkmm-list gnome org
http://mail.gnome.org/mailman/listinfo/gtkmm-list





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]