GLib.ThreadPool.push – glib-2.0 Reference Manual
Packages
glib-2.0
GLib
ThreadPool
free
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
move_to_front
push
set_max_threads
set_sort_function
unprocessed
push
Description:
[
Version
( deprecated_since =
"vala-0.18"
, deprecated =
true
, replacement =
"add"
) ]
public
void
push
(
T
data)
throws
ThreadError
Warning:
push is deprecated since "vala-0.18". Use
GLib.ThreadPool.add
.