Author: allison
Date: Mon Nov 26 00:53:05 2007
New Revision: 23078

Modified:
   trunk/docs/pdds/pdd25_concurrency.pod

Changes in other areas also in this revision:
Modified:
   trunk/include/parrot/scheduler.h
   trunk/src/pmc/task.pmc

Log:
[concurrency] Priority is an integer value, not a string value.


Modified: trunk/docs/pdds/pdd25_concurrency.pod
==============================================================================
--- trunk/docs/pdds/pdd25_concurrency.pod       (original)
+++ trunk/docs/pdds/pdd25_concurrency.pod       Mon Nov 26 00:53:05 2007
@@ -311,7 +311,9 @@
 Types of tasks include 'event', 'exception', 'io', and 'code'. Possible status
 values for tasks include 'created', 'invoked', 'inprocess', and 'completed'.
 The final state of a task is 'destroyed', but is never marked (the task PMC is
-removed from the task list and at some later point destroyed by GC).
+removed from the task list and at some later point destroyed by GC). The
+priority of a task is an integer value between 0 and 100, with 0 as the lowest
+priority.
 
 The birthtime stamp is the point at which the task was inserted into the task
 list, and is used for calculating the age of tasks.

Reply via email to