task_set_quantum


task_set_quantum(t, q)
      

Set the quantum of the task t to the real number q. Return void.

Examples:


task_quantum(self())
// 0.02
task_set_quantum(self(), 1.0)
task_quantum(self())
// 1.0
      

Also see:

task_base_priority
task_priority_boost


Core Module Index | Contents