Import line: | GLib = imports.gi.GLib; |
GIR File: | GLib-2.0.gir |
C documentation: | GThreadPool |
Struct : | ThreadPool |
Properties | Defined By | |
---|---|---|
exclusive : gboolean
|
GLib.ThreadPool | |
func : [object Object]
|
GLib.ThreadPool | |
user_data : void*
|
GLib.ThreadPool |
Method / Constructor | Defined By | |
---|---|---|
new GLib.ThreadPool
()
Create a new GLib.ThreadPool
Create a new GLib.ThreadPool
|
||
GLib.ThreadPool | ||
get_max_threads
()
:
gint32
|
GLib.ThreadPool | |
get_num_threads
()
:
guint32
|
GLib.ThreadPool | |
push
(void* data)
:
none
|
GLib.ThreadPool | |
set_max_threads
(gint32 max_threads)
:
none
|
GLib.ThreadPool | |
unprocessed
()
:
guint32
|
GLib.ThreadPool |
None |