Re: gtkmm 3.4.0 (gtk 3.4.2) multithread app graphic deterioration
- From: Chris Vine <chris cvine freeserve co uk>
- To: Paul Davis <paul linuxaudiosystems com>
- Cc: Gtkmm list <gtkmm-list gnome org>
- Subject: Re: gtkmm 3.4.0 (gtk 3.4.2) multithread app graphic deterioration
- Date: Mon, 9 Jul 2012 13:14:47 +0100
On Mon, 9 Jul 2012 07:47:52 -0400
Paul Davis <paul linuxaudiosystems com> wrote:
> ah, OK. this helps explain why i continue to use g_idle_add() for this
> purpose, then :)
>
> actually, to be fair, i don't use g_idle_add() a lot, but rather my
> own implementation of the same concept that Glib::Dispatcher
> represents.
Ditto me. I have something similar to Glib::Dispatcher, but which is
entirely thread-safe so any thread can access all of its methods and
avoids the sigc::trackable problem, and also my own entirely thread-safe
wrapper for idle sources.
Chris
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]