carb::tasking::JobFn

Defined in carb/tasking/IThreadPool.h

typedef void (*carb::tasking::JobFn)(void *jobData)

Defines the function for performing a user-provided job.

Parameters

jobData – User provided data for the job, the memory must not be released until it no longer needed by the task.