omni::experimental::job::JobFunction
Defined in omni/experimental/job/IJob.h
-
using omni::experimental::job::JobFunction = void (*)(void *job_data)
Defines the function for performing a user-provided job.
- Param job_data
User provided data for the job, the memory must not be released until it no longer needed by the task.