Method
IdeTaskrun_in_thread
Description
Scheules thread_func
to be executed on a worker thread.
thread_func
must complete the task from the worker thread using one of
ide_task_return_boolean()
, ide_task_return_int()
, or
ide_task_return_pointer()
.
Available since: | 3.32 |
Parameters
thread_func |
IdeTaskThreadFunc |
A function to execute on a worker thread. |