glib-d v0.0.2 (2018-08-18T15:28:15Z)
Dub
Repo
GThreadPool
glib
gthreadpool
Undocumented in source.
struct
GThreadPool {
GFunc
func
;
gpointer
user_data
;
gboolean
exclusive
;
}
Members
Variables
exclusive
gboolean
exclusive
;
Undocumented in source.
func
GFunc
func
;
Undocumented in source.
user_data
gpointer
user_data
;
Undocumented in source.
Meta
Source
See Implementation
glib
gthreadpool
functions
g_thread_pool_free
g_thread_pool_get_max_idle_time
g_thread_pool_get_max_threads
g_thread_pool_get_max_unused_threads
g_thread_pool_get_num_threads
g_thread_pool_get_num_unused_threads
g_thread_pool_new
g_thread_pool_push
g_thread_pool_set_max_idle_time
g_thread_pool_set_max_threads
g_thread_pool_set_max_unused_threads
g_thread_pool_set_sort_function
g_thread_pool_stop_unused_threads
g_thread_pool_unprocessed
structs
GThreadPool