Function
IdeThreadPoolpush
Declaration
void
ide_thread_pool_push (
IdeThreadPoolKind kind,
IdeThreadFunc func,
gpointer func_data
)
Parameters
kind |
IdeThreadPoolKind |
The threadpool kind to use. |
|
func |
IdeThreadFunc |
A function to call in the worker thread. |
|
func_data |
gpointer |
User data for |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |