Main Gtk struct.
The GThreadPool struct represents a thread pool. It has three
public read-only members, but the underlying struct is bigger, so
you must not copy this struct.
GFunc func;
the function to execute in the threads of this pool
gpointer user_data;
the user data for the threads of this pool
gboolean exclusive;
are all threads exclusive to this pool
Main Gtk struct. The GThreadPool struct represents a thread pool. It has three public read-only members, but the underlying struct is bigger, so you must not copy this struct. GFunc func; the function to execute in the threads of this pool gpointer user_data; the user data for the threads of this pool gboolean exclusive; are all threads exclusive to this pool