Переглянути джерело

prio is not limited to -5 ... 5 any more

Samuel Thibault 4 роки тому
батько
коміт
7848d832e4
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      doc/doxygen/chapters/320_scheduling.doxy

+ 1 - 1
doc/doxygen/chapters/320_scheduling.doxy

@@ -59,7 +59,7 @@ default. When a worker becomes idle, it steals a task from neighbour workers. It
 also takes into account priorities.
 
 - The <b>prio</b> scheduler also uses a central task queue, but sorts tasks by
-priority specified by the programmer (between -5 and 5).
+priority specified by the programmer.
 
 - The <b>heteroprio</b> scheduler uses different priorities for the different processing units.
 This scheduler must be configured to work correclty and to expect high-performance