GLib.ThreadPool.ThreadPool – glib-2.0 Reference Manual
Packages
glib-2.0
GLib
ThreadPool
get_max_idle_time
get_max_unused_threads
get_num_unused_threads
set_max_idle_time
set_max_unused_threads
stop_unused_threads
ThreadPool
ThreadPool.with_owned_data
add
get_max_threads
get_num_threads
push
set_max_threads
set_sort_function
unprocessed
ThreadPool
Description:
[
Deprecated
( since =
"vala-0.18"
, replacement =
"ThreadPool.with_owned_data"
) ]
public
ThreadPool
(
Func
<
T
> func,
int
max_threads,
bool
exclusive)
throws
ThreadError
Warning:
ThreadPool is deprecated. Use "ThreadPool.with_owned_data".