Title:
taskQueue - returns a copy of the expressions/tasks currently queued
for the given thread
-
Usage:
taskQueue(thread)
-
Arguments:
- thread:
- the threads or
threadGroups for which the task queue is to be requested. This
can be supplied as a vector or list.
If this argument is missing, all evaluator threads except this
calling thread (self()) is assumed. (Same behavior as
suspend()
-
Return Value:
For each thread supplied via the
thread argument,
a list of tasks (by default, expressions) to be processed by the thread according to its
default action specfied when the thread was created.
-
See Also:
threads
-
Examples:
-
Key Words:
User Level Thread Management
Last modified: Sat May 31 07:45:00 PDT 1997