g_thread_pool_new ( func user_data max_threads exclusive error -- GThreadPool* )


Vocabulary
glib.ffi

Inputs
funcan object
user_dataan object
max_threadsan object
exclusivean object
erroran object


Outputs
GThreadPool*an object


Definition


LIBRARY: glib FUNCTION: GThreadPool* g_thread_pool_new
( GFunc func, gpointer user_data, gint max_threads, gboolean
exclusive, GError* error )