the threadpool kind to use.
A function to call in the worker thread.
This pushes a task to be executed on a worker thread based on the task kind as denoted by
kind
. Some tasks will be placed on special work queues or throttled based on priority.
The task kind.
A #GTask to execute.
The thread worker to execute for task
.
Runs the callback on the thread pool thread.