tf::TaskParams struct

task parameters to use when creating an asynchronous task

Public variables

std::string name
name of the task
unsigned priority
priority of the tassk
void* data
C-styled pointer to user data.