pub unsafe extern "C" fn PxBaseTask_run_mut(self_: *mut PxBaseTask)
Expand description

The user-implemented run method where the task’s work should be performed

run() methods must be thread safe, stack friendly (no alloca, etc), and must never block.