Re: gtk_container_remove may generate some noise for a GC





On Sun, Jun 25, 2017 at 1:56 PM, Stefan Salewski <mail ssalewski de> wrote:

action. And GTK is single threaded? Is that already preparation for a
multi-threaded GTK4?

like most GUI toolkits that had deep origins in the X Window world, GTK is single threaded. there is support for multiple threads if the application developer wants to use them, and you can certainly have multiple glib event loops running in multiple threads, but the core design of GTK itself is single threaded.

it's just the right thing to do.
 


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