task_set_data_boost(t, obj)
Set the arbitrary data associated with the task t to the object obj. Return void.
t
obj
void
task_data(self()) // false task_set_data(self(), 100) task_data(self()) // 100
Core Module Index | Contents