task_set_data


task_set_data_boost(t, obj)
      

Set the arbitrary data associated with the task t to the object obj. Return void.

Examples:


task_data(self())
// false
task_set_data(self(), 100)
task_data(self())
// 100
      

Also see:

task_base_priority
task_name


Core Module Index | Contents