On Sun, Jun 25, 2017 at 1:56 PM, Stefan Salewski <m...@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.
_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to