pub unsafe extern "C" fn PxTaskManager_taskCompleted_mut(
self_: *mut PxTaskManager,
task: *mut PxTask,
)Expand description
Called by the worker threads to inform the PxTaskManager that a task has completed processing.
pub unsafe extern "C" fn PxTaskManager_taskCompleted_mut(
self_: *mut PxTaskManager,
task: *mut PxTask,
)Called by the worker threads to inform the PxTaskManager that a task has completed processing.