| Import line: | GLib = imports.gi.GLib; |
| GIR File: | GLib-2.0.gir |
| C documentation: | GThreadPool |
| Struct : | ThreadPool |
| Show / Hide Inherited methods, properties and signals |
| Properties | Defined By | |
|---|---|---|
|
exclusive : Boolean
|
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
|
||
|
new GLib.ThreadPool.c_new
(Function func, void* user_data, Number max_threads, Boolean exclusive)
:
GLib.ThreadPool
Create a new GLib.ThreadPool
Create a new GLib.ThreadPool
|
||
| GLib.ThreadPool | ||
|
get_max_threads
()
:
Number
|
GLib.ThreadPool | |
|
get_num_threads
()
:
Number
|
GLib.ThreadPool | |
|
push
(void* data)
:
none
|
GLib.ThreadPool | |
|
set_max_threads
(Number max_threads)
:
none
|
GLib.ThreadPool | |
| GLib.ThreadPool | ||
|
unprocessed
()
:
Number
|
GLib.ThreadPool | |
| None |