TaskParamPointer

Type Alias TaskParamPointer 

Source
pub type TaskParamPointer = *const ();
Expand description

Raw pointer to task parameter struct

This is type-erased for uniform storage but must be cast back to the original parameter type within the task function.