[ CCode ( instance_pos = 0.9 ) ]
public delegate void* WorkerFunc () throws Error
Specifies the type of function to be passed to submit_job, do_job and wait_job.
user_data |
pointer to the data (which is the argument passed to submit_job) |
a pointer to some data which will be returned by fetch_job_result |