Type Alias TaskItem

Source
pub type TaskItem = (TaskFnPointer, TaskParamPointer);
Expand description

A work item containing a task function and its parameters

This tuple represents a single unit of work that can be executed by a worker thread.