Re: [gtkmm] Thread communication
- From: Paulo Pinto <pjmlp progtools org>
- To: Benoît Touron <B Touron citb bull net>
- Cc: gtkmm-list gnome org
- Subject: Re: [gtkmm] Thread communication
- Date: Tue, 03 Feb 2004 10:40:09 +0100
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]